Upload 3 files
Browse files- .gitattributes +1 -0
- README.md +28 -5
- index.html +0 -0
- logo.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
logo.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,10 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
colorTo: pink
|
| 6 |
sdk: static
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: EZ.AI
|
| 3 |
+
colorFrom: indigo
|
| 4 |
+
colorTo: blue
|
|
|
|
| 5 |
sdk: static
|
| 6 |
+
app_file: index.html
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# EZ.AI — Neural Interface
|
| 11 |
+
|
| 12 |
+
Futuristic dark-themed single-page chat app. Hosted as a free Hugging Face
|
| 13 |
+
**Static** Space (no compute, no paid plan required).
|
| 14 |
+
|
| 15 |
+
All logic runs in the browser: UI is plain HTML/CSS/JS, responses come from
|
| 16 |
+
`text.pollinations.ai`, and markdown rendering uses `marked` from a CDN.
|
| 17 |
+
|
| 18 |
+
## Run locally
|
| 19 |
+
|
| 20 |
+
Just open `index.html` in Chrome (or serve the folder):
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
python3 -m http.server 8000
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
Then visit http://localhost:8000
|
| 27 |
+
|
| 28 |
+
## Deploy
|
| 29 |
+
|
| 30 |
+
1. Create a new Space at https://huggingface.co/new-space and pick
|
| 31 |
+
**Static** as the SDK (free for everyone).
|
| 32 |
+
2. Push these files (`index.html` + `logo.png`) to the Space repo.
|
| 33 |
+
3. Open the **App** tab — done.
|
index.html
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logo.png
ADDED
|
Git LFS Details
|