Skip to content

Image data analysis using transfer learning and models' fine-tuning.

Notifications You must be signed in to change notification settings

k-katarzyna/Food_Images_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This student project is ongoing and aims to develop a DNN classifier for the efficient recognition of various dishes from images.

Resources:
https://www.tensorflow.org/datasets/catalog/food101

Environment setup:

# create python environment
python3 -m venv .food101

# activate environment
source .food101/bin/activate

# install dependencies
pip install -r requirements.txt

# create jupyter environment kernel
python -m ipykernel install --user --name=food101