Brak opisu

Eric Tröbs 7f56bf3bb5 fix #78 4 lat temu
pycs d07a3f5ad0 Merge branch '72-bounding-boxes-not-working-after-project-creation' into 'master' 4 lat temu
test a439a2a81a Resolve "improve update performance" 4 lat temu
webui 7f56bf3bb5 fix #78 4 lat temu
.gitignore 9d042b4207 Resolve "open project via ui" 4 lat temu
.gitlab-ci.yml 9f1bef2373 Resolve "use pylint to check python files" 4 lat temu
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" 4 lat temu
app.py a5809f4b12 Resolve "model abilities" 4 lat temu
main.py b932219759 Resolve "start option to add images" 4 lat temu
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" 4 lat temu

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