6
0

Fără Descriere

Eric Tröbs 38f82efea6 Merge branch '63-abstract-model-interface' into 'master' 4 ani în urmă
pycs 664beb297b Resolve "abstract model interface" 4 ani în urmă
test 9c8a9ef662 Resolve "integrate jobs into project objects" 5 ani în urmă
webui abfc6591f6 Resolve "full-image labels" 4 ani în urmă
.gitignore 9d042b4207 Resolve "open project via ui" 5 ani în urmă
.gitlab-ci.yml 9f1bef2373 Resolve "use pylint to check python files" 5 ani în urmă
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" 5 ani în urmă
app.py 9c8a9ef662 Resolve "integrate jobs into project objects" 5 ani în urmă
main.py b932219759 Resolve "start option to add images" 5 ani în urmă
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" 5 ani în urmă

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