shai-raz / Food-Recognition

Food recgonition using basic CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food Recognition

Food recgonition using basic CNN

A jupyter notebook used to train a model to classify 5 different foods using a basic Convolutional Neural Network (CNN).
The dataset is taken from: https://www.kaggle.com/kmader/food41 (using Falafel, French Fries, Ice Cream, Pancakes and Pizza images).
Each class (food) has 1000 different images in it.

The model is able to predict a new sample with 81% accuracy,
which is a rather nice result with such a simple NN.

About

Food recgonition using basic CNN


Languages

Language:Jupyter Notebook 100.0%