Junkyard Genius

338 insane DIY builds from salvaged appliances, e-waste, chemicals, and junk.


Project maintained by rbrents3000 Theme by mattgraham Privacy Policy

🐍 Python Projects

Python Projects

15 Builds

A webcam is a webcam. A webcam running OpenCV is a face-tracking sentry turret. Python is the difference.

Python is the duct tape of the programming world — it holds everything together. Computer vision with OpenCV, machine learning with TensorFlow, audio processing with librosa, hardware control with GPIO libraries, web dashboards with Flask. The language itself is free. The libraries are free. The hardware is salvaged junk. The only cost is your time learning, and the return on that investment is unlimited.

These projects combine physical hardware (cameras, sensors, motors, LEDs) with Python intelligence. A webcam becomes a face-tracking system. A microphone becomes a sentiment analyzer. A laser pointer becomes an automated targeting system. The software is where the magic happens.


Builds


Suggested Build Order

Start with sensor basics, progress toward machine learning:

  1. #149 — Voice Home Automation — Speech recognition + GPIO. Foundation project.
  2. #146 — Earthquake Detector — Accelerometer data processing.
  3. #141 — Face Tracking Laser — OpenCV + servo control.
  4. #142 — Generative Art Plotter — Algorithmic art + stepper motors.
  5. #143 — AI Photo Booth — Image capture + inference.
  6. #145 — Music Visualizer LED Wall — Audio FFT + RGB control.
  7. #150 — Fractal Laser Engraver — Algorithmic design + hardware control.
  8. #148 — Automated Microscope — Camera automation + image analysis.
  9. #152 — Body Pose Music — Pose estimation + audio synthesis.
  10. #144 — Sentiment Room Lighting — Audio sentiment analysis + dynamic lighting.
  11. #153 — Deepfake Mirror — Face synthesis + real-time rendering.
  12. #147 — AI Metal Detector — Custom ML model training.
  13. #154 — Flight Sim Cockpit — Multi-component hardware orchestration.
  14. #155 — AI Dungeon Master — LLM integration + dynamic narrative.
  15. #151 — Translator Glasses — Real-time ML + wearable hardware. The capstone.

Related Categories


📚 Reference Guides