This is a platform that can help you to develop your own llm data annotating platform.
set up mongoDB Download MongoDB Community Server | MongoDB
git clone https://github.com/JunityZhan/LLM-Data-Annotating-Platform.git
cd LLM-Data-Annotating-Platform
cd back_end
pip install -r requirements.txt
set flask_app=app
in windows
or
export flask_app=app
in linux
flask run
cd front_end
npm install
npm run dev
open 127.0.0.1:3006