Update README.md
Browse files
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
|
| 9 |
-
π
|
| 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/
|
| 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
|