Spaces:
Sleeping
Sleeping
metadata
title: Sheikh LLM
emoji: π
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
Sheikh LLM Space
This is an automated FastAPI application deployed on Hugging Face Spaces.
Features
- FastAPI backend with auto-generated docs
- Docker deployment
- Health monitoring endpoints
- Ready for LLM integration
API Documentation
Visit /docs for interactive Swagger UI documentation.
Endpoints
GET /- Homepage with UIGET /health- Health checkGET /api/status- API statusPOST /api/chat- Chat endpoint
Local Development
git clone git@hf.co:spaces/RecentCoders/sheikh-llm
cd sheikh-llm
pip install -r requirements.txt
uvicorn app:app --reload --port 7860