Skip to content

Files

Latest commit

 

History

History
21 lines (13 loc) · 687 Bytes

README.MD

File metadata and controls

21 lines (13 loc) · 687 Bytes

Chonky GenAI Food Recommender

Alt text

A streamlit app for finding the best foods in a city. With the ability to input a food allergy so your recommendations are tailored do your dietary needs.

How to usse it

  • Clone repo and add your personal openAI key.
  • Install the requirements with pip install -r requirements.txt
  • Run the application with streamlit run main.py in your terminal

Best practice

Please create a virtual environment first and install all the dependencies this project needs in there.

  • python -m venv .venv
  • Activate venv with .venv/Scripts/activate.ps1 on windows
  • Activate venv with .venv/Scripts/activate.sh on Linux/Mac