DrValera commited on
Commit
cf3a6b2
·
verified ·
1 Parent(s): 08cb367

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -21
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 via API v.0.1.1.5
12
 
13
- DATFID is a backend-only API designed to provide **fast, interpretable regression results** on user-uploaded CSV/XLSX files all with **full transparency** and **token-protected access**.
14
-
15
- > 🛠️ Powered by FastAPI, Docker, and hosted on Hugging Face Spaces.
16
 
17
  ---
18
 
19
- ## 📦 What You Can Do
 
 
20
 
21
- - Upload a CSV or Excel file and run an **OLS regression**
22
- - ✅ Get **full regression output**, including:
23
- - Coefficients
24
- - P-values
25
- - R-squared
26
- - Summary table
27
- - ✅ Authenticate securely using your **Hugging Face token**
28
 
29
  ---
30
 
31
- ## 🔐 Authentication
 
 
 
32
 
33
- Access is **token-gated** via Hugging Face.
34
- To use any secure endpoints:
35
 
36
- 1. Go to [huggingface.co/settings/tokens](https://huggingface.co/settings/tokens)
37
- 2. Create a token with `read` permissions
38
- 3. Use it as an **Authorization** header in your requests:
 
 
 
 
39
 
40
- ```http
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**!