Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

thunderock/DeepFoodie

Repository files navigation

DeepFoodie

Deep Learning Systems Project Files

Guidelines to create all dataset files

  • each dataset image in different directory with naming convention: dataset_{id}_images

  • each dataset csv a different csv with columns: = ['Title','Instructions','Image_Name','Cleaned_Ingredients','dataset','id']

  • each csv name: cleaned_dataset_{id}.csv

  • dataset URL: https://www.kaggle.com/alphadraco/deepfoodie

Description of each column

  • Title: lower cased, no special characters
  • Instructions: lower cased, no word numbers
  • Cleaned_Ingredients: only words no numbers, probably from a many to one dictionary

model architectures to try out

  • Resnet50, EfficientNet
  • Different embeddings: Glove, embeddings from food datasets, 1M+ embeddings
  • Prediction Ranker

About

Deep Learning Systems Project Files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages