Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 304 Bytes

hackathon AI

Installation

python3 -m venv ai
source ai/bin/activate.fish
pip install wheel
pip install -r requirements.txt
python index.py

Training

python train.py

This will export to model.hdf5 which is used by main.py

model.ipynb is the jupyter notebook version