# custom-chatbot-streamlit This application demonstrates how to setup a simple ChatBot with Azure OpenAI and StreamLit. The ChatBot enables you to talk with your own data - in this case, to learn about André's research. ## Getting Started 1.Setup virtual environment and install dependencies: ``` python -m venv venv/ source venv/bin/activate pip install -r requirements.txt ``` 2. Download test data ##