6
0

Tidak Ada Deskripsi

Eric Tröbs 6ea96b4fda Merge branch '35-run-tests-with-old-python-versions-only-for-master-branch' into 'master' 5 tahun lalu
pycs eee189fb1d Resolve "svg files need the correct mime type to be displayed correctly" 5 tahun lalu
test 5fbf1fd013 Resolve "upload images for prediction and labeling" 5 tahun lalu
webui 15f5ab35f0 fix #30 5 tahun lalu
.gitignore 9d042b4207 Resolve "open project via ui" 5 tahun lalu
.gitlab-ci.yml 6243a311cb Resolve "run tests with old python versions only for master branch" 5 tahun lalu
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" 5 tahun lalu
app.py 59cb6a01dd Resolve "create project dialog" 5 tahun lalu
main.py b932219759 Resolve "start option to add images" 5 tahun lalu
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" 5 tahun lalu

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