contrapuntal / Food-101-FastAI

Create a deep learning model to classify images using the Fast AI library and the Food-101 dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Food-101-FastAI

Food image classification using the Fast AI library and the Food-101 dataset

The purpose of this notebook is to create a deep learning model to classify images using the Fast AI library and the Food-101 dataset. The Fast AI library uses the PyTorch library. The created model will try to get close to matching some recent state of the art results. The target is >85% for top-1 accuracy.

Dataset: https://www.vision.ee.ethz.ch/datasets_extra/food-101/

Libraries used:
https://docs.fast.ai/
https://pytorch.org/

Files:
main notebook

About

Create a deep learning model to classify images using the Fast AI library and the Food-101 dataset


Languages

Language:Jupyter Notebook 100.0%