Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,12 @@
|
|
| 1 |
-
---
|
| 2 |
title: English spellchecker
|
| 3 |
-
emoji: ✍️
|
| 4 |
-
colorFrom: purple
|
| 5 |
-
colorTo: gray
|
| 6 |
-
sdk: docker
|
| 7 |
-
app_port: 7860
|
| 8 |
-
header: mini
|
| 9 |
-
pinned: false
|
| 10 |
-
private: true
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
# English spellchecker
|
| 14 |
-
|
| 15 |
-
A focused grammar and spelling correction demo powered by [`LiquidAI/LFM2.5-Spellchecker-350M`](https://huggingface.co/LiquidAI/LFM2.5-Spellchecker-350M).
|
| 16 |
-
|
| 17 |
-
The FastAPI backend loads the private model on CPU and exposes word-level corrections to the custom frontend. The interface checks text automatically, visualizes edits in context, provides confidence and iteration controls, and includes concise examples.
|
| 18 |
-
|
| 19 |
-
- `server.py` — model loading, correction API, health endpoint, and static serving
|
| 20 |
-
- `static/index.html` — application structure and interaction logic
|
| 21 |
-
- `static/style.css` — shared LiquidAI demo design and animations
|
| 22 |
-
- `Dockerfile` and `requirements.txt` — reproducible CPU runtime
|
|
|
|
| 1 |
+
---
|
| 2 |
title: English spellchecker
|
| 3 |
+
emoji: ✍️
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
header: mini
|
| 9 |
+
pinned: false
|
| 10 |
+
private: true
|
| 11 |
+
short_description: Fix typos with a tiny local model
|
| 12 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|