暫無描述

Eric Tröbs aa24101018 Merge branch '107-frame-search-accuracy' into 'master' 4 年之前
labels 7d75135c2d Resolve "package releases" 4 年之前
models 7d75135c2d Resolve "package releases" 4 年之前
pycs aa24101018 Merge branch '107-frame-search-accuracy' into 'master' 4 年之前
test 748e55f610 Resolve "label interface" 4 年之前
webui aa24101018 Merge branch '107-frame-search-accuracy' into 'master' 4 年之前
.gitignore 748e55f610 Resolve "label interface" 4 年之前
.gitlab-ci.yml 7d75135c2d Resolve "package releases" 4 年之前
README.md 7d75135c2d Resolve "package releases" 4 年之前
app.py 748e55f610 Resolve "label interface" 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 opencv-python Pillow scipy
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