|
há 4 anos atrás | |
---|---|---|
pycs | há 4 anos atrás | |
test | há 4 anos atrás | |
webui | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
.gitlab-ci.yml | há 4 anos atrás | |
README.md | há 4 anos atrás | |
app.py | há 4 anos atrás | |
main.py | há 4 anos atrás | |
settings.json | há 4 anos atrás |
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