Skip to content

Image classification model using a CNN model trained on the Cifar10 dataset.

Notifications You must be signed in to change notification settings

Anki337/CNN_model_cifar10

Repository files navigation

CNN_Model_Cifar10

This is my AI classification model using a CNN model (Convolutional Neural Network) and utilizing the Keras/Tensorflow packets on the Cifar 10 dataset.

Dataset: Cifar-10

How to find? Answer: https://www.cs.toronto.edu/~kriz/cifar.html

Reference This tech report (Chapter 3) describes the dataset and the methodology followed when collecting it in much greater detail. Please cite it if you intend to use this dataset.

  • Learning Multiple Layers of Features from Tiny Images, Alex Krizhevsky, 2009.

HOW TO USE:

  1. Clone the GitHub repository or download the source code from the release page.
  2. Navigate to the project directory in cmd using CD (EXAMPLE: cd C:\Users\username\downloads\flaskCNN)
  3. Create a virtual environment using the following command: "python -m venv venv"
  4. Activate the virtual environment using these commands = for Windows: "venv\Scripts\activate" , for Mac: "source venv/bin/activate"
  5. Install the necessary dependencies by running the following command: pip install -r requirements.txt (This will install all the required packages and dependencies for the project).
  6. Once the previous steps are completed you can type "flask run" in the console and it will provide a html link to your local port, copy this and paste into your webbrowers searchbar and hit enter.
  7. Follow the instructions on the website. Enjoy!

About

Image classification model using a CNN model trained on the Cifar10 dataset.

Resources

Stars

Watchers

Forks

Packages

No packages published