README.md 1.0 KB

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