As a distinguished AI Developer, you've been selected by Peterman Reality Tours, an internationally acclaimed tourism company, to undertake an influential project. This project requires you to harness the potential of OpenAI's API, to create an AI-powered travel guide for the culturally rich city of Paris.
Your creation will become a virtual Parisian expert, delivering valuable insights into the city's iconic landmarks and hidden treasures. The AI will respond intelligently to a set of common questions, providing a more engaging and immersive travel planning experience for the clientele of Peterman Reality Tours.
The ultimate aspiration is a user-friendly, AI-driven travel guide that significantly enhances the exploration of Paris. Users will be able to pre-define their questions and receive well-informed answers from the AI, providing a seamless and intuitive travel planning process.
- AI-powered responses to common Paris travel questions
- Insights into iconic landmarks and hidden gems
- Seamless, user-friendly interface
- Utilizes OpenAI's API for intelligent, context-aware answers
- Python 3.7+
- OpenAI API key
- Required Python packages (see below)
- Clone this repository:
git clone https://github.com/Marcelofury/parisTravelGuideChatbot.git cd ParisTravelGuideChatbot - Install dependencies:
pip install openai
- Set your OpenAI API key as an environment variable:
export OPENAI_API_KEY=your-api-key-here
Run the chatbot:
python chatbot.pyFollow the prompts to ask questions about Paris and receive expert answers.
chatbot.py— Main script for the Paris Travel Guide Chatbot
This project is developed for Peterman Reality Tours.