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