Spaces:
No application file
No application file
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: DATFID
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
|
@@ -8,34 +8,36 @@ app_file: shellmain.py
|
|
| 8 |
hidden: false
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# 📊 DATFID: Transparent Forecasting and Regression
|
| 12 |
|
| 13 |
-
DATFID is a
|
| 14 |
-
|
| 15 |
-
> 🛠️ Powered by FastAPI, Docker, and hosted on Hugging Face Spaces.
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
-
##
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
- R-squared
|
| 26 |
-
- Summary table
|
| 27 |
-
- ✅ Authenticate securely using your **Hugging Face token**
|
| 28 |
|
| 29 |
---
|
| 30 |
|
| 31 |
-
##
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
|
| 34 |
-
To use any secure endpoints:
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
|
| 41 |
-
Authorization: Bearer hf_your_token_here
|
|
|
|
| 1 |
---
|
| 2 |
+
title: DATFID — Transparent Forecasting & Regression API
|
| 3 |
emoji: 📊
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
|
|
|
| 8 |
hidden: false
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# 📊 DATFID: Transparent Forecasting and Regression
|
| 12 |
|
| 13 |
+
**DATFID** is a next-generation API for **interpretable, transparent regression and forecasting** — making your data not just predictable, but *understandable*.
|
|
|
|
|
|
|
| 14 |
|
| 15 |
---
|
| 16 |
|
| 17 |
+
## 🚀 Coming Soon to Hugging Face!
|
| 18 |
+
|
| 19 |
+
Our public API is **not yet live**, but you can be the **first to try it** when we launch:
|
| 20 |
|
| 21 |
+
- **Instant panel data analysis** on your own CSV/XLSX files
|
| 22 |
+
- **Clear, actionable model summaries** (coefficients, p-values, R², etc.)
|
| 23 |
+
- **Transparent, secure, and fast** — all via REST API
|
| 24 |
+
- **Token-based security** for peace of mind
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
+
## 📬 Join the Waitlist
|
| 29 |
+
|
| 30 |
+
Want early access?
|
| 31 |
+
**Sign up here** to get notified the moment DATFID is live:
|
| 32 |
|
| 33 |
+
👉 [https://forms.gle/bZuABVFjtrkoK4by8](https://forms.gle/bZuABVFjtrkoK4by8)
|
|
|
|
| 34 |
|
| 35 |
+
Or scan this QR code with your phone:
|
| 36 |
+
|
| 37 |
+
<p align="center">
|
| 38 |
+
<img src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://forms.gle/bZuABVFjtrkoK4by8" alt="Join DATFID Waitlist QR Code" width="160">
|
| 39 |
+
</p>
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
|
| 43 |
+
Stay tuned — and be the first to bring **interpretable forecasting** to your workflow with **DATFID**!
|
|
|