sheikh-llm / README.md
root
Initial commit: FastAPI application with health endpoints
712bb5f
|
raw
history blame
712 Bytes
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 UI
  • GET /health - Health check
  • GET /api/status - API status
  • POST /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