A comprehensive travel planning platform designed to help you plan your perfect trip or pilgrimage.
- Personalized trip planning
- Pilgrimage route optimization
- Accommodation recommendations
- Sacred site information
- Travel itinerary generation
- Budget management
- Weather forecasts
- Local transport details
- Create your account
- Enter your destination details
- Start planning your journey
- Python 3.8 or higher
- Git
- Google Cloud account for Gemini API
- Clone the repository:
git clone https://github.com/yourusername/yatrahub.git
cd yatrahub- Install dependencies:
pip install -r requirements.txt- Get Gemini API key:
- Get Gemini API key:
- Visit Google AI Studio
- Create new project
- Generate API key
- Save key in
.envfile:GEMINI_API_KEY=your_key_here
- Get Gemini API key:
python app.py