Skip to content

sinchanag001/Vayora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 

Repository files navigation

Vayora – AI Travel Planner

An AI-powered travel planner with visual place search and challenge verification.

Quick Start

# 1. Install dependencies
npm install

# 2. Add your Anthropic API key
cp .env.example .env
# Edit .env and add your key from https://console.anthropic.com

# 3. Run the server
npm start
# App opens at http://localhost:3000

Features

  • πŸ—Ί AI itinerary generator
  • πŸ“Έ Visual place search (upload a photo β†’ find similar destinations)
  • βœ… Travel challenge verification
  • πŸ—£ Local phrases for 20+ countries
  • πŸŽ’ Smart packing lists

Project Structure

index.html    ← Full frontend app (all-in-one)
server.js     ← Express API server (AI endpoints)
package.json  ← Dependencies
.env          ← Your API key (never commit this!)

API Endpoints

  • POST /api/visual-search β€” Identifies a travel photo and suggests similar destinations
  • POST /api/verify-proof β€” Verifies a challenge completion photo

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors