|
|
hace 5 años | |
|---|---|---|
| pycs | hace 5 años | |
| test | hace 5 años | |
| webui | hace 5 años | |
| .gitignore | hace 5 años | |
| .gitlab-ci.yml | hace 5 años | |
| README.md | hace 5 años | |
| app.py | hace 5 años | |
| main.py | hace 5 años | |
| settings.json | hace 5 años |
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 Pillow scipy tensorflow
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