Bez popisu

Eric Tröbs d056c20837 Merge branch '65-copy-model-to-project-folder' into 'master' před 4 roky
pycs 12437038ff Resolve "copy model to project folder" před 4 roky
test 9c8a9ef662 Resolve "integrate jobs into project objects" před 4 roky
webui 12437038ff Resolve "copy model to project folder" před 4 roky
.gitignore 9d042b4207 Resolve "open project via ui" před 4 roky
.gitlab-ci.yml 9f1bef2373 Resolve "use pylint to check python files" před 4 roky
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" před 4 roky
app.py a5809f4b12 Resolve "model abilities" před 4 roky
main.py b932219759 Resolve "start option to add images" před 4 roky
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" před 4 roky

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