prasannabadiger7 commited on
Commit
5fa2a54
Β·
verified Β·
1 Parent(s): fb60ffc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -24
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
 
2
  # 🧠 Named Entity Recognition (NER) with BERT
3
 
@@ -5,8 +14,8 @@ This is a web-based Named Entity Recognition (NER) tool powered by a fine-tuned
5
 
6
  ## πŸš€ Demo
7
 
8
- Try the live app (if deployed):
9
- πŸ‘‰ [Your Streamlit Cloud or Hugging Face Space link]
10
 
11
  ---
12
 
@@ -19,26 +28,6 @@ Try the live app (if deployed):
19
 
20
  ---
21
 
22
- ## πŸ–₯️ Run Locally
23
-
24
- 1. Clone this repo:
25
- ```bash
26
- git clone https://github.com/prasanna-badiger-7/ner-bert-app.git
27
- cd ner-bert-app
28
- ```
29
-
30
- 2. Install requirements:
31
- ```bash
32
- pip install -r requirements.txt
33
- ```
34
-
35
- 3. Run the app:
36
- ```bash
37
- streamlit run app.py
38
- ```
39
-
40
- ---
41
-
42
  ## πŸ“ Project Structure
43
 
44
  ```
@@ -79,10 +68,10 @@ pip install -r requirements.txt
79
 
80
  ## πŸ§‘β€πŸ’» Author
81
 
82
- Made with ❀️ by [Prasanna](https://github.com/your-username)
83
 
84
  ---
85
 
86
  ## πŸ“œ License
87
 
88
- MIT License
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - tner/conll2003
5
+ language:
6
+ - en
7
+ base_model:
8
+ - google-bert/bert-base-cased
9
+ ---
10
 
11
  # 🧠 Named Entity Recognition (NER) with BERT
12
 
 
14
 
15
  ## πŸš€ Demo
16
 
17
+ Try the live app :
18
+ πŸ‘‰ Coming soon...
19
 
20
  ---
21
 
 
28
 
29
  ---
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ## πŸ“ Project Structure
32
 
33
  ```
 
68
 
69
  ## πŸ§‘β€πŸ’» Author
70
 
71
+ Made with ❀️ by [Prasanna](https://github.com/prasanna-badiger-7)
72
 
73
  ---
74
 
75
  ## πŸ“œ License
76
 
77
+ MIT License