Nihal D'Souza commited on
Commit
a2715fa
β€’
1 Parent(s): d0de866

Corrections to readme.md file

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  ## WikiContext [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/nihaldsouza/wikicontext-v2/main)
2
 
3
  Wikipedia articles are hardly lucid. There is always some sort of jargon which floats around, that is difficult to understand in layman's term. This project is an attempt to simplify the understanding of any Wikipedia article by providing a summary of some of the key concepts.
@@ -15,13 +25,12 @@ WikiContext makes use of extractive text summarization, using [TextRank](https:/
15
 
16
  2. [BERT extractive text summarizer](https://pypi.org/project/bert-extractive-summarizer/) as an additional algorithm for summarization. We are exploring the option of using [Serverless Framework](https://www.serverless.com/) to deploy this service.
17
 
18
-
19
  ### Contributing
20
- We are doing some active development on this now. Feel free to raise a pull request.
 
21
 
22
  Link 1:
23
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/nihaldsouza/wikicontext-v2/main)
24
 
25
  Link 2:
26
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/avinashbhat/wikicontext-v2/main)
27
-
 
1
+ ---
2
+ title: WikiContext
3
+ emoji: πŸ“–
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
  ## WikiContext [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/nihaldsouza/wikicontext-v2/main)
12
 
13
  Wikipedia articles are hardly lucid. There is always some sort of jargon which floats around, that is difficult to understand in layman's term. This project is an attempt to simplify the understanding of any Wikipedia article by providing a summary of some of the key concepts.
 
25
 
26
  2. [BERT extractive text summarizer](https://pypi.org/project/bert-extractive-summarizer/) as an additional algorithm for summarization. We are exploring the option of using [Serverless Framework](https://www.serverless.com/) to deploy this service.
27
 
 
28
  ### Contributing
29
+
30
+ We are doing some active development on this now. Feel free to raise a pull request.
31
 
32
  Link 1:
33
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/nihaldsouza/wikicontext-v2/main)
34
 
35
  Link 2:
36
  [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/avinashbhat/wikicontext-v2/main)