Sebebeb commited on
Commit
dad528a
·
verified ·
1 Parent(s): 4901ae7

Upload 3 files

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +28 -5
  3. index.html +0 -0
  4. 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: EZAI
3
- emoji:
4
- colorFrom: yellow
5
- colorTo: pink
6
  sdk: static
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

  • SHA256: 6e259cca1a0edef1d26fd0588d0eae88fb6265b53a8d9cf0b2cd40c5b8d9b24c
  • Pointer size: 131 Bytes
  • Size of remote file: 298 kB