Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
bayan10
/
bayan-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bayan-api
/
src
/
nlp
/
spelling
91.2 kB
Ctrl+K
Ctrl+K
6 contributors
History:
27 commits
youssefreda9
Update extension UI, app pipeline, and Spelling Rules
75e0099
about 1 month ago
__init__.py
Safe
42 Bytes
feat: Add AraSpell spelling correction endpoint (POST /api/spelling) with lazy model loading - Extract AraSpell pipeline into src/nlp/spelling/ (araspell_rules.py + araspell_service.py) - Pre-download AraBERT encoder-decoder + checkpoint in Dockerfile - Lazy load on first request, contextual=False to save RAM - Update health check to report spelling status
about 2 months ago
araspell_rules.py
Safe
75.6 kB
Update extension UI, app pipeline, and Spelling Rules
about 1 month ago
araspell_service.py
Safe
3.94 kB
Fix 30 NLP edge cases in Grammar, Spelling, and Punctuation (Phase 10 results and Extension UI improvements)
about 1 month ago
contextual_corrector.py
Safe
11.5 kB
Update extension UI, app pipeline and model loaders
about 1 month ago