|
|
vor 4 Jahren | |
|---|---|---|
| pycs | vor 4 Jahren | |
| test | vor 4 Jahren | |
| webui | vor 4 Jahren | |
| .gitignore | vor 5 Jahren | |
| .gitlab-ci.yml | vor 5 Jahren | |
| README.md | vor 5 Jahren | |
| app.py | vor 4 Jahren | |
| main.py | vor 5 Jahren | |
| settings.json | vor 5 Jahren |
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