vedaco commited on
Commit
675f76e
·
verified ·
1 Parent(s): c1dd4e5

Delete README_HF.md

Browse files
Files changed (1) hide show
  1. README_HF.md +0 -35
README_HF.md DELETED
@@ -1,35 +0,0 @@
1
- title: Tera V2
2
- colorFrom: purple
3
- colorTo: blue
4
- sdk: docker
5
- pinned: false
6
- Tera V2 - AI Document Intelligence
7
-
8
- Run qwen3.5:0.8b model in Hugging Face Spaces with full backend API.
9
- How to Deploy
10
-
11
- Create new Space on Hugging Face
12
-
13
- Choose "Docker" as SDK
14
-
15
- Upload these files:
16
- Dockerfile
17
- start.sh
18
- server.js
19
- package.json
20
- .env
21
- All other project files
22
-
23
- Wait for build (5-10 minutes)
24
-
25
- Access your API at the Space URL
26
-
27
- API Endpoints
28
-
29
- GET /health - Check status
30
- POST /api/chat - Chat with documents
31
- POST /api/generate-audio-script - Generate podcast
32
-
33
- Note
34
-
35
- Free tier sleeps after inactivity. Use ZeroGPU or upgrade for persistent access.