Alexainc commited on
Commit ·
bf64f37
1
Parent(s): 1424dd1
Add Hugging Face Space metadata
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Word Grid Solver Bot
|
| 3 |
+
emoji: 🧩
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Word Grid Solver Bot
|
| 11 |
+
|
| 12 |
+
High-accuracy Telegram bot for solving word grid puzzles with real-time dashboard.
|
| 13 |
+
|
| 14 |
+
## Deployment Details
|
| 15 |
+
This Space runs a Docker container with:
|
| 16 |
+
- Node.js (Telegraf, Tesseract.js)
|
| 17 |
+
- Python (EasyOCR)
|
| 18 |
+
- Express Dashboard
|
| 19 |
+
|
| 20 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|