Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 325 Bytes

File metadata and controls

26 lines (22 loc) · 325 Bytes

Classifier

Setup

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt 

Run

1. Transform

./transform/svgToPng.sh
python3 transform/groupSets.py

2. Train

python3 train/classifier.py

3. Serve

cd app
python3 -m flask --app app run