You've already forked DataMate
* feat: Front-end data annotation page adaptation to the backend API. * feat: Implement labeling configuration editor and enhance annotation task creation form * feat: add python backend build and deployment; add backend configuration for Label Studio integration and improve logging setup * refactor: remove duplicate log configuration
4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
uvicorn app.main:app \
|
|
--host 0.0.0.0 \
|
|
--port 18000 \
|
|
--reload |