Skip to content

Classify images of food items using Deep Learning (CNN)

Notifications You must be signed in to change notification settings

bnjasim/deepfood

Repository files navigation

deepfood

Classify images of food items using Deep Learning (CNN)

Simple Non Deep learning based approaches

  • Color histograms: code: histogram.py
  • Bag of Words: code: siftsvm.py

Deep learning based methods

  • Custom cnn model: custom.py
  • Vgg16 pretraining: bottleneck.py

How to Run?

Code is in python. So run using python filename.py Note that we use keras library for our CNN training and sklearn for non deep learning methods

Dataset

We collected food data by crawling: https://drive.google.com/drive/folders/0Bzvk20lZHSdYOWgwQktDX1lpcWs

About

Classify images of food items using Deep Learning (CNN)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages