File size: 813 Bytes
f3523ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---

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.