Skip to content

AdityaTak77/AtithiVerse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtithiVerse

AtithiVerse is a web-based travel service platform that combines a main website with an AI-powered travel assistant.

🚀 Features

  • Main website running on port 5000
  • AI travel assistant service on port 5001
  • Integrated service management system

🛠️ Setup

Prerequisites

  • Python 3.x
  • Required Python packages (requirements.txt)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/AtithiVerse.git
cd AtithiVerse
  1. Install dependencies:
pip install -r requirements.txt

🏃‍♂️ Running the Application

Start both services using the service starter script:

python start_services.py

This will:

  • Launch the AI travel assistant on port 5001
  • Start the main website on port 5000

📁 Project Structure

AtithiVerse/
├── Website/
│   └── app.py          # Main website application
├── travel_bot.py       # AI travel assistant service
├── start_services.py   # Service management script
└── README.md          # This file

🛑 Stopping the Services

To stop all services, press Ctrl+C in the terminal running the start_services.py script.

👥 Contributing

Feel free to submit issues and pull requests.

About

This is our project for SIH 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 38.6%
  • HTML 28.0%
  • Python 11.8%
  • CSS 8.0%
  • JavaScript 6.0%
  • C++ 3.9%
  • Other 3.7%