Skip to content

harshuCodes-git/IntelliTrip

Repository files navigation

Personalized Itineraries Project

This project enables users to create tailored travel plans with high accuracy by inputting their location, number of travelers, budget, and companions. Using AI-powered optimization, the system recommends accommodations, activities, and transportation, achieving an 85% user satisfaction rate.

Features

  • Personalized Itineraries: AI-driven travel plans customized for users' preferences and inputs.
  • High Accuracy: 95% accuracy in generating personalized travel plans.
  • CI/CD Integration: Improved system reliability with reduced downtime (30%) and faster deployments (40%).
  • AI Optimization: Recommends best-fit accommodations, activities, and transportation options.

Tech Stack

  • Frontend: React with Shadcn UI
  • AI Engine: Gemini
  • Authentication: OAuth
  • Backend: Firebase
  • Deployment: Vercel

Installation and Setup

  1. Clone the repository:
    git clone https://github.com/harshuCodes-git/AI-Travel-APP.git
    cd client
  2. Install dependencies
    npm install
  3. Add your environment variables in a .env.local file:
    REACT_APP_FIREBASE_API_KEY=your_firebase_api_key
    REACT_APP_GEMINI_API_KEY=your_gemini_api_key
  4. Start the development server:
    npm run dev

How It Works

  1. User Input: Enter details like location, budget, number of travelers, and companions.
  2. AI Optimization: Gemini AI analyzes input to recommend the best travel plan.
  3. Recommendations: Users receive suggestions for accommodations, activities, and transportation.
  4. Feedback: Continuous improvement based on user feedback and AI learning.

Deployment

The project is deployed on Vercel. To deploy your version:

  1. Link the project to your Vercel account.
  2. Set the environment variables in the Vercel dashboard.
  3. Push changes to the main branch to trigger automatic deployment.

Future Improvements

  • Add support for multi-language localization.
  • Include more granular travel options like eco-friendly accommodations.
  • Expand AI capabilities to predict travel trends.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published