Sen descrición

Eric Tröbs 606934eaa2 Merge branch '94-mass-media-mode' into 'master' %!s(int64=4) %!d(string=hai) anos
pycs 7701e005b8 add unmanaged option %!s(int64=4) %!d(string=hai) anos
test a439a2a81a Resolve "improve update performance" %!s(int64=4) %!d(string=hai) anos
webui 7701e005b8 add unmanaged option %!s(int64=4) %!d(string=hai) anos
.gitignore 9d042b4207 Resolve "open project via ui" %!s(int64=4) %!d(string=hai) anos
.gitlab-ci.yml 9f1bef2373 Resolve "use pylint to check python files" %!s(int64=4) %!d(string=hai) anos
README.md 5fbf1fd013 Resolve "upload images for prediction and labeling" %!s(int64=4) %!d(string=hai) anos
app.py a5809f4b12 Resolve "model abilities" %!s(int64=4) %!d(string=hai) anos
settings.json 889818cf2f Resolve "add settings option to inflate sidebar in wide mode" %!s(int64=4) %!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 flask python-socketio

start server

python app.py

change directory to webui

cd webui/

install vuejs

npm install vue

start frontend

npm run serve