janrakshak-ml-api / ml_services

Commit History

Refactored to use official huggingface_hub methods: chat_completion, translation, and feature_extraction
780de9f
Running

Archit commited on

Changed .post to ._inner_post to fix InferenceClient attribute error on new huggingface_hub version
b38a853

Archit commited on

Refactored API calls to use huggingface_hub.InferenceClient to bypass HF Space DNS sandbox blocking
2fdb61d

Archit commited on

Refactored all Hugging Face Inference API calls from urllib to requests to fix DNS Errno -5 bug on Docker
191c54c

Archit commited on

Completely neutralised check_imports to fix flash_attn bug
bc86563

Archit commited on

Patched check_imports to bypass flash_attn requirement for Florence-2
864d629

Archit commited on

Add auto-retry logic for 503 Model Loading errors
d7793a4

Archit commited on

Migrate heavy ML models to HF Inference API
e5a3a2f

Archit commited on

Deploy FastAPI Backend to HF Space
96ac3c1

Archit commited on