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