Skip to content

🌐 A full-stack AI-powered travel companion that helps users explore the world with smart routing, real-time travel predictions, and personalized recommendations β€” anywhere on Earth! 🌐✨

License

Notifications You must be signed in to change notification settings

XaXtric7/WanderWise_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 WanderWise - Traveler Guide System

A full-stack AI-powered travel companion that helps users explore the world with smart routing, real-time travel predictions, and personalized recommendations β€” anywhere on Earth! 🌐✨


πŸ“· Screenshots

Image

Image

Image

Image

Image

πŸ”Ή Key Features

  • πŸ—ΊοΈ Interactive Google Maps with dynamic route visualization
  • πŸ” Location Autocomplete for selecting source & destination
  • 🧠 AI-Powered Routing using:
    • Dijkstra's Algorithm
    • A* (A-Star) Search
    • BFS & DFS (for alternative paths and debugging)
  • ⏱️ Travel Time Prediction using Random Forest Regression
  • 🍽️🏨 Smart Recommendations for:
    • Nearby restaurants, hotels, and gas stations en route
    • Places around your destination
  • πŸ’± International Travel Support:
    • Auto-detects destination country & currency
    • Shows prices in local currency
  • βš™οΈ Route Preferences:
    • No tolls
    • Shortest or safest route
    • Most scenic route
  • πŸ’Ύ Save and reload your favorite routes

πŸ› οΈ Tech Stacks

  • Frontend: React.js + Chakra UI + Google Maps JavaScript API
  • Backend: Node.js (Express)
  • ML Models: Python (scikit-learn, TensorFlow)
  • Database: MongoDB (local or MongoDB Atlas)

πŸš€ Getting Started

βš™οΈ Prerequisites

  • Node.js (v14 or later)
  • Python (v3.7+)
  • MongoDB (installed locally or use MongoDB Atlas)
  • Google Maps API Key (with Maps + Places API enabled)

πŸ”§ Backend Setup

cd backend
npm install
npm run dev

🌐 Frontend Setup

cd frontend
npm install
npm start

πŸ€– ML Models Setup

cd ml_models
pip install -r requirements.txt
python travel_time_prediction.py
python place_recommendation.py

πŸ“½οΈ PPT

πŸ“ Download Presentation - WanderWISE.pdf

Made with ❀️ by Team WanderWise

About

🌐 A full-stack AI-powered travel companion that helps users explore the world with smart routing, real-time travel predictions, and personalized recommendations β€” anywhere on Earth! 🌐✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published