Sen descrición

Eric Tröbs 9c479d95a1 Merge branch '12-use-web-ui-instead-of-pyqt' into 'master' %!s(int64=5) %!d(string=hai) anos
pycs 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
test 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
webui 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
.gitignore 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
.gitlab-ci.yml 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
README.md 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
app.py 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos
main.py b932219759 Resolve "start option to add images" %!s(int64=5) %!d(string=hai) anos
settings.json 0f22212790 Resolve "use web ui instead of pyqt" %!s(int64=5) %!d(string=hai) anos

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