File size: 520 Bytes
6372bb1
 
 
 
 
 
 
 
 
 
4d8b687
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: DeepSeek Task Manager
emoji: πŸš€
colorFrom: blue
colorTo: indigo
sdk: docker
app_file: api/app.py
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"}'