File size: 412 Bytes
08606a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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

##