Abid Ali Awan Codex commited on
Commit ·
5b5bd2a
1
Parent(s): aa2370d
Tag README for hackathon awards
Browse filesAdd track and badge metadata plus a concise description of the project idea and technical implementation.
Co-authored-by: Codex <codex@openai.com>
README.md
CHANGED
|
@@ -10,21 +10,24 @@ pinned: true
|
|
| 10 |
license: mit
|
| 11 |
tags:
|
| 12 |
- backyard-ai
|
| 13 |
-
-
|
| 14 |
-
-
|
| 15 |
-
- llama
|
| 16 |
-
-
|
| 17 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- gguf
|
| 19 |
-
- multimodal
|
| 20 |
- vision-language-model
|
| 21 |
- scam-detection
|
| 22 |
- online-safety
|
| 23 |
- pakistan
|
| 24 |
- urdu
|
| 25 |
- bilingual
|
| 26 |
-
- roman-urdu
|
| 27 |
-
- openai-compatible
|
| 28 |
short_description: Check Pakistani notices for scam risks in English or Urdu.
|
| 29 |
---
|
| 30 |
|
|
@@ -55,22 +58,32 @@ mixed-language inputs are also supported.
|
|
| 55 |
| Build story | [Building Pakistan Notice Helper](https://huggingface.co/blog/build-small-hackathon/building-pakistan-notice-helper) |
|
| 56 |
| Social post | [Project announcement on LinkedIn](https://www.linkedin.com/posts/1abidaliawan_after-3-straight-days-of-building-testing-ugcPost-7469716521095794688-TlqZ/) |
|
| 57 |
|
| 58 |
-
##
|
| 59 |
|
| 60 |
This is a **Backyard AI** submission for the
|
| 61 |
[Build Small. Play Big. Hackathon](https://huggingface.co/build-small-hackathon).
|
| 62 |
-
It applies a small model to a practical regional safety problem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
| Area | Project evidence |
|
| 65 |
| --- | --- |
|
| 66 |
| Core constraints | Public Gradio Space using Qwen3.5-4B, below the 32B limit |
|
| 67 |
-
| Backyard AI | A real user tested the phone workflow and plans to use it for future suspicious messages |
|
| 68 |
-
|
|
| 69 |
-
| Tiny Titan | The 4B Q8 model passed the final 10-case internal regression suite |
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
-
|
|
| 73 |
-
|
|
| 74 |
|
| 75 |
## Demo and User Feedback
|
| 76 |
|
|
|
|
| 10 |
license: mit
|
| 11 |
tags:
|
| 12 |
- backyard-ai
|
| 13 |
+
- off-brand
|
| 14 |
+
- tiny-titan
|
| 15 |
+
- llama-champion
|
| 16 |
+
- codex
|
| 17 |
+
- openai-track
|
| 18 |
+
- sharing-is-caring
|
| 19 |
+
- field-notes
|
| 20 |
+
- modal-awards
|
| 21 |
+
- bonus-quest-champion
|
| 22 |
+
- best-demo
|
| 23 |
+
- qwen-35-4b
|
| 24 |
- gguf
|
|
|
|
| 25 |
- vision-language-model
|
| 26 |
- scam-detection
|
| 27 |
- online-safety
|
| 28 |
- pakistan
|
| 29 |
- urdu
|
| 30 |
- bilingual
|
|
|
|
|
|
|
| 31 |
short_description: Check Pakistani notices for scam risks in English or Urdu.
|
| 32 |
---
|
| 33 |
|
|
|
|
| 58 |
| Build story | [Building Pakistan Notice Helper](https://huggingface.co/blog/build-small-hackathon/building-pakistan-notice-helper) |
|
| 59 |
| Social post | [Project announcement on LinkedIn](https://www.linkedin.com/posts/1abidaliawan_after-3-straight-days-of-building-testing-ugcPost-7469716521095794688-TlqZ/) |
|
| 60 |
|
| 61 |
+
## Idea and Tech
|
| 62 |
|
| 63 |
This is a **Backyard AI** submission for the
|
| 64 |
[Build Small. Play Big. Hackathon](https://huggingface.co/build-small-hackathon).
|
| 65 |
+
It applies a small model to a practical regional safety problem: helping people
|
| 66 |
+
in Pakistan understand unfamiliar notices before they pay, reply, click a link,
|
| 67 |
+
or share personal information.
|
| 68 |
+
|
| 69 |
+
The app combines a custom bilingual interface built on `gradio.Server` with
|
| 70 |
+
Qwen3.5-4B Q8_0, served by a CUDA-enabled `llama.cpp` OpenAI-compatible endpoint
|
| 71 |
+
on a Modal L4 GPU. It accepts text or screenshots, structures the model response
|
| 72 |
+
into an actionable risk assessment, and can publish privacy-safe workflow
|
| 73 |
+
traces only after explicit user consent.
|
| 74 |
+
|
| 75 |
+
## Hackathon Fit
|
| 76 |
|
| 77 |
| Area | Project evidence |
|
| 78 |
| --- | --- |
|
| 79 |
| Core constraints | Public Gradio Space using Qwen3.5-4B, below the 32B limit |
|
| 80 |
+
| Backyard AI track | A real user tested the phone workflow and plans to use it for future suspicious messages |
|
| 81 |
+
| Off Brand badge | Custom mobile-first HTML, CSS, and JavaScript interface served through `gradio.Server` instead of the default Gradio UI |
|
| 82 |
+
| Tiny Titan badge | The 4B Q8 model passed the final 10-case internal regression suite |
|
| 83 |
+
| Best Demo badge | Public demo video, social post, live Space, source repository, and build story are linked above |
|
| 84 |
+
| Bonus Quest Champion badge | Meets the Backyard AI, Off Brand, Tiny Titan, Best Demo, Modal, open-source, and privacy-safe trace-sharing criteria |
|
| 85 |
+
| Modal sponsor prize | Qwen3.5-4B is hosted on a Modal L4 GPU endpoint |
|
| 86 |
+
| OpenAI sponsor prize | Codex was used throughout development with attributed commits in the connected repository |
|
| 87 |
|
| 88 |
## Demo and User Feedback
|
| 89 |
|