ZeeAI1 commited on
Commit
b40b33b
Β·
verified Β·
1 Parent(s): a0ffb29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -11
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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