6
0

Тайлбар байхгүй

Eric Tröbs 61d3fa88fc Merge branch '105-label-interface' into 'master' 4 жил өмнө
pycs 748e55f610 Resolve "label interface" 4 жил өмнө
test 748e55f610 Resolve "label interface" 4 жил өмнө
webui 748e55f610 Resolve "label interface" 4 жил өмнө
.gitignore 748e55f610 Resolve "label interface" 4 жил өмнө
.gitlab-ci.yml 9f1bef2373 Resolve "use pylint to check python files" 4 жил өмнө
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" 4 жил өмнө
app.py 748e55f610 Resolve "label interface" 4 жил өмнө
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" 4 жил өмнө

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 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