Skip to content

kalviumcommunity/travel-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Smart Travel Planner AI

Smart Travel Planner AI is an AI-powered web app that helps travelers plan trips quickly and intelligently. It provides personalized destination suggestions, AI-generated day-by-day schedules, budget estimation, and live weather & flight information using external APIs. It also features an AI chat assistant for travel tips, visa requirements, and safety guidance.

Features

Personalized Destinations – Based on user interests, budget & dates

AI-Generated Daily Plans – Top attractions, food experiences, day-wise schedule

Budget Estimation – Flights, accommodation, food & activities

Live Weather & Flight Data – Real-time updates via APIs

AI Travel Chat Assistant – Answers questions on safety, culture & local tips

AI Concepts Used

Prompting –

Dynamic prompts from user inputs for relevant trip generation

Structured Output –

Responses in JSON for easy frontend integration

Function Calling –

AI triggers external APIs (flights, weather) automatically

RAG (Retrieval-Augmented Generation) –

Uses vector database (Pinecone/Weaviate) to retrieve travel FAQs, safety, and cultural data for factually accurate answers

Implementation Goals

Correctness: Ensure accurate and personalized travel plans based on input

Efficiency: Use optimized APIs and AI function calling for fast response

Scalability: Cloud-ready backend and vector database for handling high traffic

12-08-2025

Zero-Shot Prompt Example: This project uses zero-shot prompting with OpenAI's API, meaning the model is asked to perform a task without any example given beforehand.

How it works:

You provide only the task instruction or question directly.

The model relies on its training to generate a response without any sample input-output pairs.

Zero-shot prompting is useful for quick, flexible tasks where you want the model to infer what to do from your instructions alone.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published