jian-mo commited on
Commit
30a320f
·
1 Parent(s): eba03a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -10,4 +10,17 @@ pinned: false
10
  license: mit
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
10
  license: mit
11
  ---
12
 
13
+ [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/streamlit/example-app-bert-keyword-extractor/main/app.py)
14
+
15
+
16
+ # Bert Keyword Extractor
17
+
18
+ - The BERT Keyword Extractor app is an easy-to-use interface built in
19
+ Streamlit for the amazing KeyBERT library from Maarten Grootendorst!
20
+ - It uses a minimal keyword extraction technique that leverages
21
+ multiple NLP embeddings and relies on Transformers 🤗 to create
22
+ keywords/keyphrases that are most similar to a document.
23
+
24
+ ![image](https://user-images.githubusercontent.com/27242399/140746511-1205f24a-869f-4b24-9ed7-9153cfeef8e3.png)
25
+
26
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference