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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -6
README.md CHANGED
@@ -1,10 +1,41 @@
1
  ---
2
- title: README
3
- emoji: 🐨
4
  colorFrom: indigo
5
- colorTo: indigo
6
- sdk: static
7
- pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: DATFID
3
+ emoji: 📊
4
  colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: docker
7
+ 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