Travel-RAG is an AI-powered travel planning and booking website that allows users to browse and list hotels. It also features AI-powered FAQs, review analysis, and intelligent hotel recommendations, using Retrieval-Augmented Generation (RAG).
- User authentication (login/logout)
- Hotel listings
- AI-driven FAQs, review analysis(hotel search filters, itinerary )
- Basic frontend with Bootstrap
-
Clone the repository:
git clone https://github.com/tahirpukhta/travel-rag.git cd travel-rag
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python app.py
-
Open the browser and go to:
http://127.0.0.1:5000
- User Registration
- Hotel booking system
- Advanced search and filters
- RAG-based chatbot
This project is open-source and available under the MIT License.