Skip to content

Basic setup and scaffolding to get started quickly with Keras

License

Notifications You must be signed in to change notification settings

joesanford/keras-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keras-bootstrap

Basic scaffolding and helper functions to get started quickly with Keras for Machine Learning

This is designed to be used with Python3 (minimum 3.5 for latest TensorFlow)

usage: python3 classifier.py [-h] [--train] [--evaluate] [--predict] [--predict_dir]

Image classifier

optional arguments:
  -h, --help     show this help message and exit
  --train        trains the model
  --evaluate     evaluates the model on a test set
  --predict      makes a prediction based on a single image
  --predict_dir  makes predictions for a directory of images

About

Basic setup and scaffolding to get started quickly with Keras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages