CoolFace
Apppublic

yanxingjianken/asos-live-proxy

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

asos-live proxy

A public token-relay shim. The portfolio demo page calls this with a low-value access token; the proxy verifies it and forwards the request to the private asos-live research Space server-side, attaching the HF credential (which never leaves the server). No research code or model weights live here.

Endpoints

  • —GET / — status
  • —GET /health — readiness
  • —GET /predict?station=ICAO — gated by X-Access-Token; forwarded to the private upstream

Secrets (Space settings)

  • —UPSTREAM_URL — base URL of the private research Space
  • —HF_TOKEN — read access to the private upstream Space (server-side only)
  • —ACCESS_TOKEN — shared gate value (matches the website + the upstream app)