Skip to content

zehengl/ez-cuisine-classifier

Repository files navigation

logo

ez-cuisine-classifier

coding_style

A Streamlit app to predict what is cooking

Environment

  • Python 3.9
  • Windows 10

Install

python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements-dev.txt

If GPU/CUDA is available, add --extra-index-url https://download.pytorch.org/whl/cu113 in requirements-dev.txt to install the CUDA-enabled version of PyTorch.

Data Source

The training data is from kaggle's Recipe Ingredients Dataset.

Credits