Skip to content

GeneralSet/Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published