6
0

Няма описание

Eric Tröbs d45fa8bb3c fix #47 преди 4 години
pycs 83b21e07b0 Resolve "add button to perform predictions" преди 4 години
test 83b21e07b0 Resolve "add button to perform predictions" преди 4 години
webui d45fa8bb3c fix #47 преди 4 години
.gitignore 9d042b4207 Resolve "open project via ui" преди 4 години
.gitlab-ci.yml 6243a311cb Resolve "run tests with old python versions only for master branch" преди 4 години
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" преди 4 години
app.py 42aa4c75e8 fix #39 преди 4 години
main.py b932219759 Resolve "start option to add images" преди 4 години
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" преди 4 години

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