A web app to Classify image based on CIFAR dataset.
It uses Convolution Neural Network trained on CIFAR dataset to classify images.
You can run following commands to get the app running.
docker pull shriawesome/cifar_classification:latest
docker run -d -p 80:80 -v stats:/home/app/stats shriawesome/cifar_classification:latest
Get app in your browser by visiting http://localhost.
Content type
Image
Digest
Size
1.3 GB
Last updated
about 6 years ago
docker pull shriawesome/cifar_classification