Geen omschrijving

Eric Tröbs cbfca79409 Resolve "rearrange main window" 4 jaren geleden
pycs 43717691dd Resolve "project settings" 4 jaren geleden
test 59cb6a01dd Resolve "create project dialog" 4 jaren geleden
webui cbfca79409 Resolve "rearrange main window" 4 jaren geleden
.gitignore 9d042b4207 Resolve "open project via ui" 4 jaren geleden
.gitlab-ci.yml 0f22212790 Resolve "use web ui instead of pyqt" 4 jaren geleden
README.md 0f22212790 Resolve "use web ui instead of pyqt" 4 jaren geleden
app.py 59cb6a01dd Resolve "create project dialog" 4 jaren geleden
main.py b932219759 Resolve "start option to add images" 4 jaren geleden
settings.json 0f22212790 Resolve "use web ui instead of pyqt" 4 jaren geleden

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 python-socketio

start server

python app.py

change directory to webui

cd webui/

install vuejs

npm install vue

start frontend

npm run serve