andreped commited on
Commit
2c73924
1 Parent(s): fbbd813

Added CI table to README; hyperlinks to section titles

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -11,7 +11,7 @@ license: mit
11
  app_file: app.py
12
  ---
13
 
14
- # chatbot-streamlit-demo
15
 
16
  [![License](https://img.shields.io/badge/License-MIT-green.svg)](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
- ## Demo
 
 
 
 
 
 
 
 
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
  ![Screenshot 2023-10-24 at 13 44 15](https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/610ed8f1-39e9-4842-ab5b-93847678812c)
34
 
35
- #### Streamlit [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://chatbot-app-demo.streamlit.app)
36
 
37
  ![Screenshot 2023-10-24 at 13 03 11](https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/ba82787a-71fc-4d6c-9ae0-c11417df2841)
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
  [![License](https://img.shields.io/badge/License-MIT-green.svg)](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** | [![Deploy](https://github.com/andreped/chatbot-streamlit-demo/workflows/Deploy/badge.svg)](https://github.com/andreped/chatbot-streamlit-demo/actions) |
32
+ | **File size check** | [![Filesize](https://github.com/andreped/chatbot-streamlit-demo/workflows/Check%20file%20size/badge.svg)](https://github.com/andreped/chatbot-streamlit-demo/actions) |
33
+ | **Linting** | [![Filesize](https://github.com/andreped/chatbot-streamlit-demo/workflows/Check%20formatting/badge.svg)](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
  ![Screenshot 2023-10-24 at 13 44 15](https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/610ed8f1-39e9-4842-ab5b-93847678812c)
42
 
43
+ #### [Streamlit](https://github.com/andreped/chatbot-streamlit-demo#Streamlit) [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://chatbot-app-demo.streamlit.app)
44
 
45
  ![Screenshot 2023-10-24 at 13 03 11](https://github.com/andreped/chatbot-streamlit-demo/assets/29090665/ba82787a-71fc-4d6c-9ae0-c11417df2841)
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).