Abeera-pptx/signa-backend
0
๐ SIGNA-Crypto Backend
โ ๏ธ EDUCATIONAL & RESEARCH USE ONLY Real-time crypto signal generator using Binance live data, technical analysis, NVIDIA NIM AI reasoning, and Tavily sentiment. Not financial advice.
๐ Required Environment Secrets
Go to Space Settings โ Repository secrets โ Add new secret and add:
๐ HF automatically injects these into the Docker container at runtime. Never commit `.env` files.
๐ณ Deployment Notes
- This space uses Docker (
Dockerfileincluded). No Python version config needed. - HF runs
docker build .automatically on push. - Hardware: CPU Basic (free tier) is sufficient for this pipeline.
โ Verify It's Working
- Health Check:
https://<your-username>-signa-crypto.hf.space/health
{"status":"healthy","symbol":"btcusdt","interval":"15m","nvidia_configured":true,"tavily_configured":true}