Spaces:
Running on Zero
Running on Zero
msg encrypted ai commited on
Commit Β·
514a84f
1
Parent(s): 9c1613a
Feat/monday sprint 1 (#17)
Browse files* fix readme
* demo video
README.md
CHANGED
|
@@ -9,6 +9,16 @@ app_file: app.py
|
|
| 9 |
python_version: "3.12"
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Lesson Agent
|
|
@@ -19,6 +29,8 @@ A local skill-based agent helps a teacher you know turn a **topic + grade level*
|
|
| 19 |
|
| 20 |
See **[USAGE.md](USAGE.md)** for local run, Gradio SDK / ZeroGPU Space deployment, and Docker (later).
|
| 21 |
|
|
|
|
|
|
|
| 22 |
## Prerequisites
|
| 23 |
|
| 24 |
- [uv](https://docs.astral.sh/uv/)
|
|
@@ -100,7 +112,7 @@ A root `Dockerfile` is kept for a later **Docker SDK** deploy (flip README to `s
|
|
| 100 |
|
| 101 |
- **Track:** Backyard AI β lesson slide builder for a teacher you know
|
| 102 |
- Space live under build-small-hackathon
|
| 103 |
-
- Demo video: real user enters topic β download `.pptx` β show agent trace
|
| 104 |
- Social post published
|
| 105 |
- Submission by **June 15, 2026**
|
| 106 |
|
|
|
|
| 9 |
python_version: "3.12"
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
| 12 |
+
tags:
|
| 13 |
+
- build-small-hackathon
|
| 14 |
+
- backyard-ai
|
| 15 |
+
- tiny-titan
|
| 16 |
+
- best-agent
|
| 17 |
+
- best-demo
|
| 18 |
+
- openbmb
|
| 19 |
+
- sharing-is-caring
|
| 20 |
+
- off-the-grid
|
| 21 |
+
- off-brand
|
| 22 |
---
|
| 23 |
|
| 24 |
# Lesson Agent
|
|
|
|
| 29 |
|
| 30 |
See **[USAGE.md](USAGE.md)** for local run, Gradio SDK / ZeroGPU Space deployment, and Docker (later).
|
| 31 |
|
| 32 |
+
**Demo video:** [https://www.youtube.com/watch?v=bwtOiZvJ-7k](https://www.youtube.com/watch?v=bwtOiZvJ-7k)
|
| 33 |
+
|
| 34 |
## Prerequisites
|
| 35 |
|
| 36 |
- [uv](https://docs.astral.sh/uv/)
|
|
|
|
| 112 |
|
| 113 |
- **Track:** Backyard AI β lesson slide builder for a teacher you know
|
| 114 |
- Space live under build-small-hackathon
|
| 115 |
+
- Demo video: [YouTube](https://www.youtube.com/watch?v=bwtOiZvJ-7k) β real user enters topic β download `.pptx` β show agent trace
|
| 116 |
- Social post published
|
| 117 |
- Submission by **June 15, 2026**
|
| 118 |
|