Sen descrición

Eric Tröbs c87153c524 Merge branch '111-backend-storage-system' into 'master' %!s(int64=4) %!d(string=hai) anos
labels c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
models c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
pycs c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
webui c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
.gitignore c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
.gitlab-ci.yml c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
README.md 7d75135c2d Resolve "package releases" %!s(int64=4) %!d(string=hai) anos
app.py c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos
settings.json c855f64876 Resolve "backend storage system" %!s(int64=4) %!d(string=hai) anos

README.md

PyCS

pipeline status coverage report made-with-python made-with-vuejs

PyCS is a python tool to use and update machine learning models using any modern web browser.

Requirements

  • python 3.6 + pip
  • nodejs 14 + npm

Getting Started

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