A modern full-stack travel planning application leveraging cutting-edge AI technology to deliver personalized travel experiences. Built with a robust tech stack and clean architecture principles.
- Python for AI/ML services
- LangChain
- OpenAI API integration
- πΊοΈ AI-Powered travel recommendations using machine learning
- π― Real-time itinerary planning with collaborative features
- π¨ Smart accommodation matching algorithm
- π½οΈ Local cuisine recommendations with sentiment analysis
- π° Dynamic budget optimization
- π Secure user authentication and authorization
- π± Responsive design for all devices
- Python 3.8+
- Virtual environment (recommended)
- Clone the repository
git clone https://github.com/yourusername/ai-travel-assistant.git
cd ai-travel-assistant- Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`- Install dependencies
pip install -r requirements.txt- Set up environment variables
cp .env.example .env
# Add you open API keypython3 travelAgent.py