CoolFace
Apppublic

Abeera-pptx/signa-backend

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

๐Ÿš€ 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:

Secret NameExampleRequired
NVIDIA_API_KEYnvapi-xxxxxxxx...โœ… Yes
TAVILY_API_KEYtvly-xxxxxxxx...โœ… Yes
SYMBOLbtcusdtโœ… Yes
INTERVAL15mโœ… Yes
NIM_MODELnvidia/llama-3.1-8b-instructโš™๏ธ Optional
๐Ÿ”’ HF automatically injects these into the Docker container at runtime. Never commit `.env` files.

๐Ÿณ Deployment Notes

  • โ€”This space uses Docker (Dockerfile included). 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

  1. 1.Health Check: https://<your-username>-signa-crypto.hf.space/health
json
   {"status":"healthy","symbol":"btcusdt","interval":"15m","nvidia_configured":true,"tavily_configured":true}