Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Update README.md
Browse files
    	
        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 | 
         
            +
            [](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 | 
         
            +
            
         
     | 
| 25 | 
         
            +
             
     | 
| 26 | 
         
             
            Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
         
     |