GetGo-AI / README.md
pphuc25's picture
docs: update readme
8af809b
---
title: Getgo Ai
emoji: 💻
colorFrom: indigo
colorTo: pink
sdk: docker
pinned: false
license: mit
---
# GetGo AI - README
[![Python][python-shield]][python-url]
## About The Project
GetGo AI is an artificial intelligence model designed to enhance the travel planning experience for users of the GetGo platform. This model leverages natural language processing and machine learning techniques to provide personalized destination recommendations, generate optimized itineraries, and offer intelligent travel advice.
## Features
- **Personalized Route Creation:** Designs unique travel routes tailored to the user's specific preferences, budget, interests, and time constraints.
- **Location Information:** Provides comprehensive details about destinations, including attractions, accommodations, dining options, local customs, and transportation options.
- **Travel Tips and Advice:** Offers practical tips for efficient travel, safety precautions, cultural insights, and suggestions for off-the-beaten-path experiences.
- **Interactive Q&A:** Engages in natural language conversations with users, answering their questions about destinations, itineraries, travel planning, and more.
- **Multilingual Support:** Understands and responds in multiple languages to cater to a global user base.
- **Real-time Updates:** Provides up-to-date information on travel restrictions, weather conditions, and local events that may impact travel plans.
## Getting Started
### Prerequisites
- Python 3.10
- Required libraries (listed in `requirements.txt`)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/pphuc25/GetGo-AI.git
```
2. Configure API keys and credentials (instructions in `.env`) with the following arguments:
```
OPENAI_API_KEY=<Your OpenAI API key>
API_HEADER_KEY=<Your API Header Key>
SEARXNG_PORT=<The port of searxng>
```
4. Run the Docker container:
```bash
docker run -d -p 7860:7860 --name getgo-ai-container GetGo-AI
```
## Contact
Phuc Phan - phanphuc1100@gmail.com