Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 418 Bytes

learn_ml

A tool for easily training and deploying machine learning models to edge hardware.

Docs

https://big-brain-crew.github.io/learn_ml/

Tests

Run these commands from the root directory to test the current state:

chmod +x create_project.sh
./create_project.sh

The script will run an example for generating a dataset pipeline and model from user-created JSON files and begin training the model.