Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# π AI Grammar Assistant
|
2 |
+
|
3 |
+
A real-time grammar correction tool powered by **Hugging Face Transformers** and built with **Streamlit**.
|
4 |
+
Just type your sentence and get corrected output instantly β no API key needed!
|
5 |
+
|
6 |
+
---
|
7 |
+
|
8 |
+
## π Features
|
9 |
+
|
10 |
+
- β
Grammar correction using `vennify/t5-base-grammar-correction`
|
11 |
+
- π§ Built with `transformers`, `torch`, and `streamlit`
|
12 |
+
- π» 100% local execution β runs directly in Hugging Face Spaces
|
13 |
+
- π― Lightweight and fast for instant feedback
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
+
## πΈ Screenshot
|
18 |
+
|
19 |
+

|
20 |
+
|
21 |
---
|
22 |
+
|
23 |
+
## π οΈ Tech Stack
|
24 |
+
|
25 |
+
- Streamlit
|
26 |
+
- Hugging Face Transformers
|
27 |
+
- Python (T5 Model: Text2Text Generation)
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
## π How to Use
|
32 |
+
|
33 |
+
1. Enter a grammatically incorrect sentence
|
34 |
+
2. Click **Correct Grammar**
|
35 |
+
3. See the corrected output instantly!
|
36 |
+
|
37 |
---
|
38 |
|
39 |
+
## π©βπ» Made by
|
40 |
+
|
41 |
+
**[Wanshika Patro](https://github.com/wanshika)**
|
42 |
+
Letβs connect on [GitHub](https://github.com/wanshika) or [LinkedIn](https://linkedin.com)
|
43 |
+
|
44 |
+
---
|