Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Grammar Correction App
|
| 3 |
+
emoji: 📝
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.32.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# ✨ Grammar Correction App
|
| 13 |
|
| 14 |
Correct grammar errors in your English text using a Hugging Face model and a Streamlit interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|