datfid-api / README.md
Vadashuk's picture
Upload 7 files
f3523ce verified
|
Raw
History Blame Contribute Delete
813 Bytes
---
title: DATFID
emoji: πŸ“Š
colorFrom: indigo
colorTo: blue
sdk: docker
app_file: shellmain.py
hidden: false
---
# πŸ“Š DATFID API (Hackathon Demo Backend)
This Space is configured as a **hackathon-safe demo backend**.
It keeps the same DATFID API routes, but uses a lightweight internal model (simple OLS with lag/trend features) instead of private DATFID internals.
> πŸ› οΈ Powered by FastAPI, Docker, and hosted on Hugging Face Spaces.
---
## πŸ“¦ What You Can Do
- βœ… Use existing endpoints (`/modelfit*`, `/modelforecast*`) from `datfid-master`
- βœ… Fit and forecast with a transparent demo OLS-based model
- βœ… Use all endpoints without any auth token
---
## πŸ” Authentication
This demo backend is fully public for the hackathon setup.
No token is required.