Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 645 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 645 Bytes

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.