AI Travel Planner is an AI-powered web application built using Python, Streamlit, and Groq AI. The application helps users create personalized travel plans based on their destination, budget, travel type, and trip duration.
- Personalized travel itinerary generation
- Hotel recommendations
- Packing checklist
- Estimated trip cost
- Local food recommendations
- Starting location support
- Python
- Streamlit
- Groq API
AI-Travel-Planner/ ├── app.py ├── requirements.txt ├── modules/ │ └── travel_planner.py └── README.md
Install required packages: pip install -r requirements.txt
Run the application: streamlit run app.py
The application helps users plan trips more efficiently by providing travel itineraries, accommodation suggestions, packing recommendations, local food suggestions, and estimated travel costs in a single platform.
The project has been successfully deployed as a public web application using Streamlit.