Skip to content

This project is an Image classifier based on Convolutional Neural Networks which categorizes an input image as one of 61 fast food categories.

Notifications You must be signed in to change notification settings

Abhigyan-dev/CNN-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CNN-Classifier

This project is an Image classifier based on Convulational Neural Networks which classifies an input image as a food item.

There are total 61 different food items and we have to report for a given test set (in this case of size 484) the food item displayed in it. We are given 9323 samples to train our classifier with. The output of this code is a .csv file containing the label(representing the 61 food items) corresponding to each test case of the 484 test samples. Dataset is available at https://www.aicrowd.com/challenges/chunin-exams-food-track-cv-2021.

The model is implemented using PyTorch framework in python.

About

This project is an Image classifier based on Convolutional Neural Networks which categorizes an input image as one of 61 fast food categories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published