Kabeer Akande commited on
Commit
44f9f74
1 Parent(s): 0b93a86

adds NER image

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -21,6 +21,9 @@ This repository contains the source code for a Named Entity Recognition (NER) ap
21
  - **Interactive NER**: The core feature of this app is to identify named entities in any given text. It classifies entities into predefined categories like names, locations, organizations, etc.
22
  - **Hugging Face Integration**: The app is designed to be compatible with Hugging Face Spaces, providing a user-friendly interface and easy access.
23
 
 
 
 
24
  ## Repository Structure
25
 
26
  ```graphql
 
21
  - **Interactive NER**: The core feature of this app is to identify named entities in any given text. It classifies entities into predefined categories like names, locations, organizations, etc.
22
  - **Hugging Face Integration**: The app is designed to be compatible with Hugging Face Spaces, providing a user-friendly interface and easy access.
23
 
24
+ ## Demonstration
25
+ The image below shows the app in action. You can also try it put ![here!](images/named_entity_viz.png)
26
+
27
  ## Repository Structure
28
 
29
  ```graphql