An interactive AI-powered chatbot that provides travel tips and landmark information for Paris.
- Multi-turn conversation with OpenAI GPT
- Quick access to local landmark info (JSON database)
- CLI interface for easy interaction
- Concise and friendly responses
#1 Clone the repository:
https://github.com/Shrividya/OpenAISampleProject.git
#2 Install dependencies
pip install -r requirements.txt
export OPENAI_API_KEY = <openai api key>
#3. Run the app
streamlit run app.py