Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Build a thin client deep learning camera with the Raspberry Pi, Flask, and YOLO
| Date | Stars |
|---|---|
| 2026-07-31 | 454 |
| 2026-08-06 | 454 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Poor Man's Deep Learning Camera Build a thin client deep learning camera in Python with the Raspberry Pi, Flask, and YOLO  ## Installation You'll need a few different libraries installed on the Raspberry Pi. Most notably, OpenCV 3 with Python bindings, along with Flask. The Raspberry Pi runs the `Camera-Server` code, and sends back images from a webserver. On another computer, you'll run the inference script, and it will detect whether or not there are birds in your webcam's image. For this to run, you'll need to download and install the Darkflow weights, along with the YOLO model of your choice. Once that's installed, you should then be able to start doing inferences. If you're looking for a pretrained model, I used the `tiny-yolo-voc` weights at the [Darkflow repo](https://github.com/thtrieu/darkflow/). thtrieu even linked to a Google Drive copy of his models [here](https://drive.google.com/drive/folders/0B1tW_VtY7onidEwyQ2FtQVplWEU). ## Architecture  Hopefully this image makes sense. We run a cheap edge computer that just sends images out of the current webcam frame, and the other computer script does the inference on that deep learning camera. ## Blog Post The blog post accompanying this repo is at [Make Art with Python](https://www.makeartwithpython.com/blog/poor-mans-deep-learning-camera/). ## Detected Bird Image Of course, here's a bird that was detected and saved using this script: 
Excerpt of 1,824 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:2b22c781ad4a3605, llm:description: 'Build a thin client deep learning camera with the Raspberry Pi, Flask, and YOLO'
matched fp:2b22c781ad4a3605, llm:description: 'Build a thin client deep learning camera with the Raspberry Pi, Flask, and YOLO'
matched fp:2b22c781ad4a3605, llm:description: 'Build a thin client deep learning camera with the Raspberry Pi, Flask, and YOLO'