Nincs leírás

Eric Tröbs 03aa57c592 fix #34 4 éve
pycs 03aa57c592 fix #34 4 éve
test 5fbf1fd013 Resolve "upload images for prediction and labeling" 4 éve
webui 15f5ab35f0 fix #30 4 éve
.gitignore 9d042b4207 Resolve "open project via ui" 4 éve
.gitlab-ci.yml 1b6885756f Merge branch '28-bundle-deploy-step-in-ci' into 'master' 4 éve
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" 4 éve
app.py 03aa57c592 fix #34 4 éve
main.py b932219759 Resolve "start option to add images" 4 éve
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" 4 éve

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