Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,22 +9,27 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# ✍️ Grammar Fixer
|
| 13 |
|
| 14 |
-
A
|
| 15 |
-
- ✔️ Corrects grammar
|
| 16 |
-
- 🎯 Improves tone
|
| 17 |
-
- 🔄 Enhances fluency
|
| 18 |
-
- 🌀 Paraphrases your text
|
| 19 |
|
| 20 |
-
|
| 21 |
-
-
|
| 22 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
- Realistic Grammarly-style corrections
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# ✍️ Grammar Fixer & AI Detector Web App
|
| 13 |
|
| 14 |
+
A Hugging Face Space that offers:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
+
- ✔️ Grammar correction using Phi-4 Mini
|
| 17 |
+
- 🎯 Tone improvement
|
| 18 |
+
- 🔄 Fluency enhancement
|
| 19 |
+
- 🌀 Paraphrasing using T5-base
|
| 20 |
+
- 🕵️ AI vs Human text detection (based on `roberta-base-openai-detector`)
|
| 21 |
+
- 📂 File upload (.txt)
|
| 22 |
+
- 💾 Downloadable output
|
| 23 |
+
- 🔄 Unlimited input via automatic chunking
|
| 24 |
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
## 🛠 Features
|
|
|
|
| 28 |
|
| 29 |
+
| Feature | Model Used |
|
| 30 |
+
|------------------|------------------------------------------|
|
| 31 |
+
| Grammar Fixer | `microsoft/phi-4-mini-instruct` |
|
| 32 |
+
| Tone Enhancer | `microsoft/phi-4-mini-instruct` |
|
| 33 |
+
| Fluency Improver | `microsoft/phi-4-mini-instruct` |
|
| 34 |
+
| Paraphraser | `t5-base` |
|
| 35 |
+
| AI Detection | `roberta-base-openai-detector` |
|