REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
63/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
AI Travel Planner
An AI-powered travel planning application built with LangGraph, LangChain, FastAPI, and Groq.
The application understands natural language travel requests, gathers real-time travel information, and generates personalized travel itineraries using a multi-agent workflow.
Features
- Natural language travel planning
- Multi-agent workflow
- Travel requirement extraction
- Destination research
- Live weather information
- Geolocation lookup
- Personalized itinerary generation
- Hotel recommendations
- Restaurant recommendations
- Transportation suggestions
- Budget estimation
- Structured AI responses
Tech Stack
- Python
- FastAPI
- LangGraph
- LangChain
- Groq LLM
- Tavily Search API
- Open-Meteo API
- OpenStreetMap (Nominatim)
- Pydantic
Project Structure
app/
├── agents/
├── graph/
├── models/
├── tools/
├── config/
└── main.py
Workflow
User Request
│
▼
Requirement Extraction
│
▼
Destination Research
│
├── Web Search
├── Weather
└── Geolocation
│
▼
Travel Planning
│
▼
Final Itinerary
Installation
git clone <repository-url>
cd <project-folder>
python -m venv venv
# Windows
venv\Scripts\activate
# Linux / macOS
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
Future Enhancements
- Flight integration
- Hotel booking integration
- PDF itinerary export
- Interactive travel assistant
- Maps integration
- User authentication
- Saved trips
- Expense tracking
License
This project is intended for learning and educational purposes.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
An AI-powered travel planning application that uses Gemini LLM and CrewAI to automate trip planning with multiple specialized AI agents. This project demonstrates agentic AI collaboration to search flights, find hotels, and generate personalized travel itineraries.
57/100 healthActive repository
PythonNo license#agentic-ai#ai-agents#crewai#fastapi
⑂ 5 forks◯ 0 issuesUpdated Jun 3, 2026