AtithiVerse is a web-based travel service platform that combines a main website with an AI-powered travel assistant.
- Main website running on port 5000
- AI travel assistant service on port 5001
- Integrated service management system
- Python 3.x
- Required Python packages (requirements.txt)
- Clone the repository:
git clone https://github.com/yourusername/AtithiVerse.git
cd AtithiVerse- Install dependencies:
pip install -r requirements.txtStart both services using the service starter script:
python start_services.pyThis will:
- Launch the AI travel assistant on port 5001
- Start the main website on port 5000
AtithiVerse/
├── Website/
│ └── app.py # Main website application
├── travel_bot.py # AI travel assistant service
├── start_services.py # Service management script
└── README.md # This file
To stop all services, press Ctrl+C in the terminal running the start_services.py script.
Feel free to submit issues and pull requests.