Skip to content

Latest commit

 

History

History
127 lines (99 loc) · 3.39 KB

CerebroX.md

File metadata and controls

127 lines (99 loc) · 3.39 KB

Adventure Atlas

Table of Contents


📝 Description

The AI Travel Planner is a smart and efficient tool designed to simplify travel planning by leveraging artificial intelligence. It personalizes travel itineraries by recommending destinations, accommodations, activities, and dining options based on user preferences, interests, and budget. The system adapts to real-time factors like weather and user feedback, making trip planning seamless and hassle-free.


🔗 Links


🤖 Tech-Stack

Front-end

  • HTML
  • CSS
  • JavaScript
  • React

Back-end

  • NodeJS
  • ExpressJS

Database

  • MongoDB

NLP / ML

  • CrewAI Framework

📈 Progress

Fully Implemented Features

  • User Authentication and Profile
  • Destination Recommendations
  • Itinerary Generation

Partially Implemented Features

  • Hotel and Transportation Booking Integration
  • Weather Forecasting
  • Budget Estimation

🔮 Future Scope

  • Advanced AI Features
  • Real-Time Collaboration
  • Integration with Booking Platforms
  • Integration with real-time transport and booking APIs
  • Voice-based travel assistant
  • Multi- Languauge Support
  • Map Integration
  • Offline access

💸 Applications

  • AI Powered Recommendations
  • Personalised Travel Planning

🛠 Project Setup

For the Web-App:

  1. Clone the GitHub repo:
    git clone <repository-url>
  2. Enter the client directory and install dependencies:
    cd frontend
    npm install
    npm start
  3. Start the backend server:
    cd backend
    npm init -y
    npm install
    node server.js

👨‍💻 Team Members

Name Email GitHub
Sarakshi Mamodia [email protected] GitHub
Esha Bidkar [email protected] GitHub
Mahima Sonawane [email protected] GitHub
Vishal Acharya [email protected] GitHub

👨‍🏫 Mentors

Name Email GitHub
Vaishnavi Hud [email protected] GitHub
Anushka Yadav [email protected] GitHub