docker-quant-llm / README.md
justperquant's picture
update readme configs
147a37e verified
metadata
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

curl -X POST https://justperquant.docker-quant-llm.hf.space/analyze \
  -H "Content-Type: application/json" \
  -d @signals/F_momentum.json