AI Trip Planner Setup Install dependencies pip install -r requirements.txt Environment variables .env-example file is provided. You can copy it to .env and fill the variables. Openai api key is required. OPENAI_API_KEY= Run the app streamlit run main.py