Basic implementation to run classification on cfar10 dataset
There are two ways to run the code
- Run
python app.py -h
on command line to get usage instructions - Run the
app.ipynb
Notebook. The path to the cfar10 will have to be filled in manually
- python 3.5+
- TensorFlow 1.0+
- Numpy
- Sklearn
- Matplotlib
- Opencv3