Spaces:
Build error
Build error
Merge pull request #10 from andreped/hf-spaces
Browse files
README.md
CHANGED
|
@@ -13,18 +13,25 @@ app_file: app.py
|
|
| 13 |
|
| 14 |
# chatbot-streamlit-demo
|
| 15 |
|
| 16 |
-
[](https://chatbot-app-demo.streamlit.app)
|
| 17 |
[](https://opensource.org/licenses/MIT)
|
|
|
|
|
|
|
| 18 |
|
| 19 |
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).
|
| 20 |
|
|
|
|
|
|
|
| 21 |
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).
|
| 22 |
|
| 23 |
-
## Demo
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |

|
| 30 |
|
|
|
|
| 13 |
|
| 14 |
# chatbot-streamlit-demo
|
| 15 |
|
|
|
|
| 16 |
[](https://opensource.org/licenses/MIT)
|
| 17 |
+
<a target="_blank" href="https://huggingface.co/spaces/andreped/AeroPath"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
| 18 |
+
[](https://chatbot-app-demo.streamlit.app)
|
| 19 |
|
| 20 |
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).
|
| 21 |
|
| 22 |
+
The final app is also deployed on both [Streamlit](https://chatbot-app-demo.streamlit.app) and [Hugging Face Spaces](https://huggingface.co/spaces/andreped/chatbot-streamlit-demo), as well as embedded into a [personal website](https://andreped.github.io/demos/2023/chatbot/).
|
| 23 |
+
|
| 24 |
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).
|
| 25 |
|
| 26 |
+
## Demo
|
| 27 |
+
|
| 28 |
+
We have enabled live hosting through both Streamlit and Hugging Face spaces. Click on the respective badges below to access each:
|
| 29 |
+
|
| 30 |
+
#### Hugging Face Spaces <a target="_blank" href="https://huggingface.co/spaces/andreped/AeroPath"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
| 31 |
|
| 32 |
+

|
| 33 |
|
| 34 |
+
#### Streamlit [](https://chatbot-app-demo.streamlit.app)
|
| 35 |
|
| 36 |

|
| 37 |
|