Spaces:
Running on Zero
Running on Zero
Commit ·
499c097
1
Parent(s): 39e9adc
docs: use YouTube demo link
Browse filesCo-authored-by: Codex <codex@openai.com>
- README.md +1 -1
- docs/article.md +1 -1
- docs/social-post.md +1 -1
- docs/submission-notes.md +2 -2
README.md
CHANGED
|
@@ -59,7 +59,7 @@ of a continuously refreshed project atlas, and every advisor response is grounde
|
|
| 59 |
- Live app: <https://build-small-hackathon-hackathon-advisor.hf.space>
|
| 60 |
- Hugging Face Space: <https://huggingface.co/spaces/build-small-hackathon/hackathon-advisor>
|
| 61 |
- Source code (GitHub): <https://github.com/JacobLinCool/hackathon-advisor>
|
| 62 |
-
- Demo video: <https://
|
| 63 |
- Social post draft: [`docs/social-post.md`](docs/social-post.md) - publish it, then replace this line with the
|
| 64 |
public post URL before the final form submission.
|
| 65 |
- Submission notes: [`docs/submission-notes.md`](docs/submission-notes.md)
|
|
|
|
| 59 |
- Live app: <https://build-small-hackathon-hackathon-advisor.hf.space>
|
| 60 |
- Hugging Face Space: <https://huggingface.co/spaces/build-small-hackathon/hackathon-advisor>
|
| 61 |
- Source code (GitHub): <https://github.com/JacobLinCool/hackathon-advisor>
|
| 62 |
+
- Demo video: <https://youtu.be/Gq-FUiL-ZPw>
|
| 63 |
- Social post draft: [`docs/social-post.md`](docs/social-post.md) - publish it, then replace this line with the
|
| 64 |
public post URL before the final form submission.
|
| 65 |
- Submission notes: [`docs/submission-notes.md`](docs/submission-notes.md)
|
docs/article.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Hackathon Advisor: A Living Field Guide for Build Small
|
| 2 |
|
| 3 |
Demo: <https://build-small-hackathon-hackathon-advisor.hf.space>
|
| 4 |
-
Demo video: <https://
|
| 5 |
Repository: <https://github.com/JacobLinCool/hackathon-advisor>
|
| 6 |
Space: <https://huggingface.co/spaces/build-small-hackathon/hackathon-advisor>
|
| 7 |
|
|
|
|
| 1 |
# Hackathon Advisor: A Living Field Guide for Build Small
|
| 2 |
|
| 3 |
Demo: <https://build-small-hackathon-hackathon-advisor.hf.space>
|
| 4 |
+
Demo video: <https://youtu.be/Gq-FUiL-ZPw>
|
| 5 |
Repository: <https://github.com/JacobLinCool/hackathon-advisor>
|
| 6 |
Space: <https://huggingface.co/spaces/build-small-hackathon/hackathon-advisor>
|
| 7 |
|
docs/social-post.md
CHANGED
|
@@ -43,7 +43,7 @@ Codex helped throughout the build: implementation planning, code changes, tests,
|
|
| 43 |
submission notes, README polish, and commit history with Codex co-author attribution.
|
| 44 |
|
| 45 |
Demo: https://build-small-hackathon-hackathon-advisor.hf.space
|
| 46 |
-
Demo video: https://
|
| 47 |
GitHub: https://github.com/JacobLinCool/hackathon-advisor
|
| 48 |
|
| 49 |
#BuildSmall #Gradio #HuggingFace #OpenAICodex #MiniCPM #Nemotron #Modal
|
|
|
|
| 43 |
submission notes, README polish, and commit history with Codex co-author attribution.
|
| 44 |
|
| 45 |
Demo: https://build-small-hackathon-hackathon-advisor.hf.space
|
| 46 |
+
Demo video: https://youtu.be/Gq-FUiL-ZPw
|
| 47 |
GitHub: https://github.com/JacobLinCool/hackathon-advisor
|
| 48 |
|
| 49 |
#BuildSmall #Gradio #HuggingFace #OpenAICodex #MiniCPM #Nemotron #Modal
|
docs/submission-notes.md
CHANGED
|
@@ -6,7 +6,7 @@ Official guide: <https://build-small-hackathon-field-guide.hf.space/submit>
|
|
| 6 |
Live app: <https://build-small-hackathon-hackathon-advisor.hf.space>
|
| 7 |
Space: <https://huggingface.co/spaces/build-small-hackathon/hackathon-advisor>
|
| 8 |
GitHub: <https://github.com/JacobLinCool/hackathon-advisor>
|
| 9 |
-
Demo video: <https://
|
| 10 |
|
| 11 |
## Official Checklist
|
| 12 |
|
|
@@ -14,7 +14,7 @@ Demo video: <https://build-small-hackathon-hackathon-advisor.hf.space/static/ass
|
|
| 14 |
| --- | --- | --- |
|
| 15 |
| Stay under 32B | Ready | All runtime models are below 4B; the full stack is documented at `/api/prize-ledger` and in `README.md`. |
|
| 16 |
| Ship a Gradio app in the official org | Ready | Public Gradio Space: `build-small-hackathon/hackathon-advisor`; `/health` returns 200. |
|
| 17 |
-
| Record a demo | Ready | Final demo video is committed at `static/assets/hackathon-advisor-demo.mp4`
|
| 18 |
| Post it | Needs user action | Draft is in `docs/social-post.md`; publish it manually and replace the README draft link with the public post URL. |
|
| 19 |
| Mind the GPU limit | Ready | Uses one ZeroGPU Space (`zero-a10g`) for this submission. |
|
| 20 |
| Tag README | Ready | README front matter uses official `track:*`, `sponsor:*`, and `achievement:*` tags. |
|
|
|
|
| 6 |
Live app: <https://build-small-hackathon-hackathon-advisor.hf.space>
|
| 7 |
Space: <https://huggingface.co/spaces/build-small-hackathon/hackathon-advisor>
|
| 8 |
GitHub: <https://github.com/JacobLinCool/hackathon-advisor>
|
| 9 |
+
Demo video: <https://youtu.be/Gq-FUiL-ZPw>
|
| 10 |
|
| 11 |
## Official Checklist
|
| 12 |
|
|
|
|
| 14 |
| --- | --- | --- |
|
| 15 |
| Stay under 32B | Ready | All runtime models are below 4B; the full stack is documented at `/api/prize-ledger` and in `README.md`. |
|
| 16 |
| Ship a Gradio app in the official org | Ready | Public Gradio Space: `build-small-hackathon/hackathon-advisor`; `/health` returns 200. |
|
| 17 |
+
| Record a demo | Ready | Final demo video is uploaded to YouTube; a Space-hosted MP4 backup remains committed at `static/assets/hackathon-advisor-demo.mp4`. |
|
| 18 |
| Post it | Needs user action | Draft is in `docs/social-post.md`; publish it manually and replace the README draft link with the public post URL. |
|
| 19 |
| Mind the GPU limit | Ready | Uses one ZeroGPU Space (`zero-a10g`) for this submission. |
|
| 20 |
| Tag README | Ready | README front matter uses official `track:*`, `sponsor:*`, and `achievement:*` tags. |
|