Skip to content

Tavuk-Pilav/SkyNavi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkyNavi ✈️

🌟 Live demo: https://skynavi.onrender.com/

SkyNavi is an GenAI-powered travel assistant developed for Turkish Airlines customers, integrated with the Idea4Travel application.

✨ Features

  • 🤖 AI-powered travel consulting
  • 🗺️ Step-by-step travel planning
  • 💡 Smart suggestions for THY flights and services
  • 🛫 Integration with THY flight data and partner services

🚀 Installation

  1. Clone the repository
git clone https://github.com/Tavuk-Pilav/SkyNavi.git
cd SkyNavi
  1. Create and activate virtual environment
python -m venv venv
source venv/bin/activate  # Linux/Mac
venv\Scripts\activate     # Windows
  1. Install requirements
pip install -r requirements.txt
  1. Configure environment variables Create a .env file in the root directory and add the following:
ANTHROPIC_API_KEY=your-api-key
  1. Run the application
python app.py

🎯 Usage

Visit http://localhost:5000 in your browser to start planning your journey with Turkish Airlines.

🎥 Demo

SkyNavi_demo.mp4