Spaces:
Build error
Build error
Merge pull request #14 from andreped/readme-refactor
Browse filesAdded CI table to README; hyperlinks to section titles
README.md
CHANGED
@@ -11,7 +11,7 @@ license: mit
|
|
11 |
app_file: app.py
|
12 |
---
|
13 |
|
14 |
-
# chatbot-streamlit-demo
|
15 |
|
16 |
[](https://opensource.org/licenses/MIT)
|
17 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/chatbot-streamlit-demo"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
@@ -24,19 +24,27 @@ The final app is also deployed on both [Streamlit](https://chatbot-app-demo.stre
|
|
24 |
|
25 |
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).
|
26 |
|
27 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
We have enabled live hosting through both Streamlit and Hugging Face spaces. Click on the respective badges below to access each:
|
30 |
|
31 |
-
#### Hugging Face Spaces <a target="_blank" href="https://huggingface.co/spaces/andreped/chatbot-streamlit-demo"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
32 |
|
33 |

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

|
38 |
|
39 |
-
## Development
|
40 |
|
41 |
If you wish to play around with the app locally, it requires that you provide OpenAI API key and all that fun stuff yourself.
|
42 |
|
@@ -66,14 +74,14 @@ streamlit run app.py
|
|
66 |
|
67 |
A Streamlit browser window should automatically open. If not, the app can be accessed at `http://localhost:8501`
|
68 |
|
69 |
-
## Disclaimer
|
70 |
|
71 |
Only public PDFs were used for this demonstration. Some of André's research is sadly behind a paywall and thus we have chosen not to include the PDFs in this demo to avoid copyright issues.
|
72 |
|
73 |
-
## Acknowledgements
|
74 |
|
75 |
I wish to thank [Sopra Steria](https://www.soprasteria.com) for giving me the chance to develop this web application on internal time. I also want to thank [OpenAI](https://openai.com), [Microsoft Azure](https://azure.microsoft.com/en-us), and the developers of [llama-index](https://www.llamaindex.ai), [Streamlit](https://streamlit.io), and [HuggingFace](https://huggingface.co) for making such great tools to make applications in.
|
76 |
|
77 |
-
## License
|
78 |
|
79 |
The code in this repository is released under [MIT license](https://github.com/andreped/chatbot-streamlit-demo/blob/main/LICENSE).
|
|
|
11 |
app_file: app.py
|
12 |
---
|
13 |
|
14 |
+
# [chatbot-streamlit-demo](https://github.com/andreped/chatbot-streamlit-demo#chatbot-streamlit-demo)
|
15 |
|
16 |
[](https://opensource.org/licenses/MIT)
|
17 |
<a target="_blank" href="https://huggingface.co/spaces/andreped/chatbot-streamlit-demo"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
|
|
24 |
|
25 |
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).
|
26 |
|
27 |
+
## [Continuous integration](https://github.com/andreped/chatbot-streamlit-demo#continuous-integration)
|
28 |
+
|
29 |
+
| Build Type | Status |
|
30 |
+
| - | - |
|
31 |
+
| **HF Deploy** | [](https://github.com/andreped/chatbot-streamlit-demo/actions) |
|
32 |
+
| **File size check** | [](https://github.com/andreped/chatbot-streamlit-demo/actions) |
|
33 |
+
| **Linting** | [](https://github.com/andreped/chatbot-streamlit-demo/actions) |
|
34 |
+
|
35 |
+
## [Demo](https://github.com/andreped/chatbot-streamlit-demo#demo)
|
36 |
|
37 |
We have enabled live hosting through both Streamlit and Hugging Face spaces. Click on the respective badges below to access each:
|
38 |
|
39 |
+
#### [Hugging Face Spaces](https://github.com/andreped/chatbot-streamlit-demo#hugging-face-spaces) <a target="_blank" href="https://huggingface.co/spaces/andreped/chatbot-streamlit-demo"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
|
40 |
|
41 |

|
42 |
|
43 |
+
#### [Streamlit](https://github.com/andreped/chatbot-streamlit-demo#Streamlit) [](https://chatbot-app-demo.streamlit.app)
|
44 |
|
45 |

|
46 |
|
47 |
+
## [Development](https://github.com/andreped/chatbot-streamlit-demo#Development)
|
48 |
|
49 |
If you wish to play around with the app locally, it requires that you provide OpenAI API key and all that fun stuff yourself.
|
50 |
|
|
|
74 |
|
75 |
A Streamlit browser window should automatically open. If not, the app can be accessed at `http://localhost:8501`
|
76 |
|
77 |
+
## [Disclaimer](https://github.com/andreped/chatbot-streamlit-demo#disclaimer)
|
78 |
|
79 |
Only public PDFs were used for this demonstration. Some of André's research is sadly behind a paywall and thus we have chosen not to include the PDFs in this demo to avoid copyright issues.
|
80 |
|
81 |
+
## [Acknowledgements](https://github.com/andreped/chatbot-streamlit-demo#acknowledgements)
|
82 |
|
83 |
I wish to thank [Sopra Steria](https://www.soprasteria.com) for giving me the chance to develop this web application on internal time. I also want to thank [OpenAI](https://openai.com), [Microsoft Azure](https://azure.microsoft.com/en-us), and the developers of [llama-index](https://www.llamaindex.ai), [Streamlit](https://streamlit.io), and [HuggingFace](https://huggingface.co) for making such great tools to make applications in.
|
84 |
|
85 |
+
## [License](https://github.com/andreped/chatbot-streamlit-demo#license)
|
86 |
|
87 |
The code in this repository is released under [MIT license](https://github.com/andreped/chatbot-streamlit-demo/blob/main/LICENSE).
|