Code Monkey home page Code Monkey logo

food's Introduction

Food Dataset Classifer

Food-101 Dataset

  • https://www.vision.ee.ethz.ch/datasets_extra/food-101/
  • We introduce a challenging data set of 101 food categories, with 101'000 images. For each class, 250 manually reviewed test images are provided as well as 750 training images. On purpose, the training images were not cleaned, and thus still contain some amount of noise. This comes mostly in the form of intense colors and sometimes wrong labels. All images were rescaled to have a maximum side length of 512 pixels.

Heroku App

Get Data

wget http://data.vision.ee.ethz.ch/cvl/food-101.tar.gz

open tar.gz file

tar xvzf file.tar.gz

References

Creating Subset of Data

jupyter@my-fastai-instance:~/projects/food/data$ pwd
/home/jupyter/projects/food/data

can use first 5 classes

mkdir -p subset/train
ls food-101/images | head | xargs -I {}  cp -r food-101/images/{} subset/train

Wish List (to do later)

  • create a class called "OTHER" which has miscellaneous images, so the algorithm returns "other" when it's a food that is not in one of the 101 categories.
  • to connect to an API, and return, for one serving, the nutritional information

Heroku Info

food's People

Contributors

reshamas avatar

Stargazers

 avatar yehao avatar Nidhin Pattaniyil avatar

Watchers

James Cloos avatar Nidhin Pattaniyil avatar  avatar

Forkers

marvin521

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.