Skip to content

AI-Powered Travel Planning App with Retrieval-Augmented Generation (RAG) for personalized hotel recommendations and FAQ/resolution support.

License

Notifications You must be signed in to change notification settings

tahirpukhta/travel-rag-

Repository files navigation

Travel-RAG

Overview

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).

Features

  • User authentication (login/logout)
  • Hotel listings
  • AI-driven FAQs, review analysis(hotel search filters, itinerary )
  • Basic frontend with Bootstrap

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/tahirpukhta/travel-rag.git
    cd travel-rag
  2. Create a virtual environment and activate it:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the Flask application:

    python app.py
  5. Open the browser and go to:

    http://127.0.0.1:5000
    

Future Enhancements

  • User Registration
  • Hotel booking system
  • Advanced search and filters
  • RAG-based chatbot

License

This project is open-source and available under the MIT License.

About

AI-Powered Travel Planning App with Retrieval-Augmented Generation (RAG) for personalized hotel recommendations and FAQ/resolution support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published