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.
- 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
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