Mateus-Brito / Flask-CIFAR-10

An Flask Application for object classification with CIFAR-10 using a deep convolutional neural network model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-CIFAR-10

This project consists of taking a trained model, specifically image classification with the cifar-10 dataset, and using it in a Flask application for testing and learning purposes.

The CIFAR-10 dataset consists of 60000 32x32 colour images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.

you can read more about by clicking here

I followed this tutorial to learn how to create the model

Results

Screenshot_2019-12-13 CIFAR-10 Browser Test

My main goal was to just train the model, export and integrate with a flask application, but I could see that the classification presented problems when using a high resolution images.

About

An Flask Application for object classification with CIFAR-10 using a deep convolutional neural network model.


Languages

Language:JavaScript 86.0%Language:CSS 9.7%Language:HTML 2.6%Language:Python 1.7%