KavinduHansaka commited on
Commit
01fb05b
·
verified ·
1 Parent(s): 443c9b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -15
README.md CHANGED
@@ -9,22 +9,27 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # ✍️ Grammar Fixer + Writing Assistant (Unlimited)
13
 
14
- A powerful Hugging Face Space that:
15
- - ✔️ Corrects grammar
16
- - 🎯 Improves tone
17
- - 🔄 Enhances fluency
18
- - 🌀 Paraphrases your text
19
 
20
- Built with:
21
- - [`microsoft/phi-4-mini-instruct`](https://huggingface.co/microsoft/phi-4-mini-instruct)
22
- - [`google-t5/t5-base`](https://huggingface.co/google-t5/t5-base)
 
 
 
 
 
23
 
24
- ## 🚀 Features
25
- - Unlimited input with smart chunking
26
- - Accurate and fluent rewrites
27
- - Realistic Grammarly-style corrections
28
 
29
- ## 🛠️ Usage
30
- Paste any amount of text and select a task. The app will break long text into chunks automatically and return a unified result.
 
 
 
 
 
 
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` |