Spaces:
Runtime error
Runtime error
File size: 378 Bytes
147a37e dd4edd5 17e49c7 dd4edd5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
title: Basic Docker SDK Space
sdk: docker
colorFrom: yellow
short_description: description of space
---
# Quant Signal LLM API (Flask + Ollama)
Send a JSON trading signal and get LLM commentary via /analyze.
## POST Example
```bash
curl -X POST https://justperquant.docker-quant-llm.hf.space/analyze \
-H "Content-Type: application/json" \
-d @signals/F_momentum.json |