🌟 Live demo: https://skynavi.onrender.com/
SkyNavi is an GenAI-powered travel assistant developed for Turkish Airlines customers, integrated with the Idea4Travel application.
- 🤖 AI-powered travel consulting
- 🗺️ Step-by-step travel planning
- 💡 Smart suggestions for THY flights and services
- 🛫 Integration with THY flight data and partner services
- Clone the repository
git clone https://github.com/Tavuk-Pilav/SkyNavi.git
cd SkyNavi- Create and activate virtual environment
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows- Install requirements
pip install -r requirements.txt- Configure environment variables
Create a
.envfile in the root directory and add the following:
ANTHROPIC_API_KEY=your-api-key- Run the application
python app.pyVisit http://localhost:5000 in your browser to start planning your journey with Turkish Airlines.