Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
|
2 |
-
title: Grammar Correction002
|
3 |
-
emoji: π»
|
4 |
-
colorFrom: indigo
|
5 |
-
colorTo: yellow
|
6 |
-
sdk: streamlit
|
7 |
-
sdk_version: 1.44.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# β¨ Grammar Correction App
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
Correct grammar errors in your English text using a Hugging Face model and a Streamlit interface.
|
4 |
+
|
5 |
+
π Type your sentence
|
6 |
+
βοΈ Let the AI correct it
|
7 |
+
β
See the improved version instantly!
|
8 |
+
|
9 |
+
This app is built using:
|
10 |
+
- `transformers` model: `prithivida/grammar_error_correcter_v1`
|
11 |
+
- `Streamlit` for UI
|