Commit ·
5c6f564
1
Parent(s): cb56a86
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,8 +7,8 @@ license: apache-2.0
|
|
| 7 |
An Abstractive text summarizer trained using lstm based sequence to sequence model with attention mechanisim. The attention model is used for generating each word of the summary conditioned on the input sentence.
|
| 8 |
|
| 9 |
- Used CNN_DailyMail dataset.
|
| 10 |
-
- Code
|
| 11 |
-
[](https://www.youtube.com/watch?v=LFZBA99NOpU)
|
| 12 |
|
| 13 |
### Training Model Overview
|
| 14 |
|
|
|
|
| 26 |
|
| 27 |
## Deployments:
|
| 28 |
|
| 29 |
+
- 🫶 https://text-summariser-v1.herokuapp.com/
|