Skip to content

Instantly share code, notes, and snippets.

@peterVG
Last active March 29, 2025 23:57
Show Gist options
  • Save peterVG/9b295150f85b5c6cbbaec3bf1bab3257 to your computer and use it in GitHub Desktop.
Save peterVG/9b295150f85b5c6cbbaec3bf1bab3257 to your computer and use it in GitHub Desktop.
Recreating the infamous app from the Silicon Valley tv show

My project for the Vancouver Personal AI Hackday (March 29, 2025) was to familiarize myself with the Hugging Face AI Community Hub.

I decided to build and host an object detection model pipeline by re-creating the infamous "not hot dog" app from the Silicon Valley tv show.

You can try it yourself here: https://huggingface.co/spaces/gvjp/object-detection-1

6hVCP_n9Bm767MEwbyQNrNJSX-DOp_aFfNbCb0tCnlI


I used the Hugging Face free tier to create a publicly acessible space and imported the YOLOv8 object detection model that is hosted on Hugging Face.

Screenshot 2025-03-29 at 3 57 54 PM

The interface is generated by Gradio, the Hugging Face tool for adding web UIs to its AI model apps.

Screenshot 2025-03-29 at 3 46 32 PM

Lesson learned: the YOLO model can be reliably used to identify hot dogs.

Screenshot 2025-03-29 at 4 55 34 PM Screenshot 2025-03-29 at 4 55 55 PM Screenshot 2025-03-29 at 4 56 28 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment