|
|
il y a 4 ans | |
|---|---|---|
| labels | il y a 4 ans | |
| models | il y a 4 ans | |
| pycs | il y a 4 ans | |
| test | il y a 4 ans | |
| webui | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .gitlab-ci.yml | il y a 4 ans | |
| README.md | il y a 4 ans | |
| app.py | il y a 4 ans | |
| settings.json | il y a 5 ans |
PyCS is a python tool to use and update machine learning models using any modern web browser.
create and activate a virtual python environment
python -m venv env
source env/bin/activate
install python dependencies
pip install numpy opencv-python Pillow scipy
pip install eventlet flask python-socketio
start server
python app.py
change directory to webui
cd webui/
install vuejs
npm install vue
start frontend
npm run serve