--- title: DeepSeek Task Manager emoji: 🚀 colorFrom: blue colorTo: indigo sdk: docker app_file: app.py # No subfolder reference pinned: false --- # DeepSeek Task Manager - Hugging Face Spaces 🚀 This Space runs **DeepSeek AI** using **FastAPI**. ## API Endpoints - `GET /` → Check if the server is running. - `POST /generate/` → Generate a task response. ## Usage Example ```bash curl -X POST "https://your-space-name.hf.space/generate/" -H "Content-Type: application/json" -d '{"task": "Create subtasks for project planning"}'