Spaces:
Build error
Build error
Added streamlit and MIT badges to README
Browse files
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
# chatbot-streamlit-demo
|
2 |
|
|
|
|
|
|
|
3 |
This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service), [llama-index](https://docs.llamaindex.ai/en/stable/), and [Streamlit](https://streamlit.io).
|
4 |
|
5 |
The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
|
6 |
|
7 |
-
## Demo
|
8 |
|
9 |
The demo is hosted live on Streamlit at `https://chatbot-app-demo.streamlit.app`. A snapshot of the UI can be seen below:
|
10 |
|
11 |
-
|
12 |
## Development
|
13 |
|
14 |
If you wish to play around with the app locally, it requires that you provide OpenAI API key and all that fun stuff yourself.
|
|
|
1 |
# chatbot-streamlit-demo
|
2 |
|
3 |
+
[](https://chatbot-app-demo.streamlit.app)
|
4 |
+
[](https://opensource.org/licenses/MIT)
|
5 |
+
|
6 |
This application demonstrates how to setup a simple ChatBot with [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service), [llama-index](https://docs.llamaindex.ai/en/stable/), and [Streamlit](https://streamlit.io).
|
7 |
|
8 |
The ChatBot enables you to talk with your own data - in this case, to learn about [André's research](https://scholar.google.com/citations?user=U20zUHQAAAAJ).
|
9 |
|
10 |
+
## Demo [](https://chatbot-app-demo.streamlit.app)
|
11 |
|
12 |
The demo is hosted live on Streamlit at `https://chatbot-app-demo.streamlit.app`. A snapshot of the UI can be seen below:
|
13 |
|
|
|
14 |
## Development
|
15 |
|
16 |
If you wish to play around with the app locally, it requires that you provide OpenAI API key and all that fun stuff yourself.
|