The "Travel Recommendation App" project aims to develop a travel recommendation system using Google Places API and OpenAI LLM that returns a list of recommended location based on users input.
This repository consists of several files :
┌── app.py
├── requirements.txt
├── .gitignore
└── README.md
-
app.py
: This file is the main script for the frontend of the application and is developed using the Streamlit framework. -
requirements.txt
: This file lists the Python dependencies required for frontend application. These dependencies can be installed using a package manager like pip. -
README.md
: This is a Markdown file that typically contains documentation for the project. It include information on how to set up and run your application, dependencies, and any other relevant details.
Users can use this application by entering the desired location on the widget. The application features a chatbot that users can converse with to receive suggestions.
User Input
streamlit-app-2024-02-20-05-02-33.mp4
ChatBot