Travel.AI is a Python-based tool that integrates the TripAdvisor API with Google Gemini API to recommend the best hotels, restaurants, or attractions based on user input and location.
This project was developed as part of the SEO Tech Developer program. It demonstrates how to:
- Use APIs to fetch real-time data
- Store and manage results in a local database
- Integrate AI reasoning via Google Gemini
This project uses:
- Python 3.11+
- Pandas
- SQLAlchemy
- SQLite
- Requests
- TripAdvisor Content API
- Google Generative AI API
- Clone this repo https://github.com/esyeda/Project1.git
- Go into the folder
cd travel-ai - Add API keys in
.envfile or export in terminal: - Type
python3 combined.pyto begin
- William Du – wiiidu315@gmail.com
- Eshaal Syeda – eshaal.syeda@richmond.edu