|
4 年之前 | |
---|---|---|
labels | 4 年之前 | |
models | 4 年之前 | |
pycs | 4 年之前 | |
test | 4 年之前 | |
webui | 4 年之前 | |
.gitignore | 4 年之前 | |
.gitlab-ci.yml | 4 年之前 | |
README.md | 4 年之前 | |
app.py | 4 年之前 | |
settings.json | 4 年之前 |
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