Software Degeneracy
21 year old that can sorta build software.
Archive
Day 1 of Developing a Sports Betting Software From Scratch: The game plan
Over the last week I’ve gained over 10,000 followers thanks to a couple sports betting script videos. The original plan for me was just to continue posting random software scripts every day and not do anything with the sports betting scripts. But, the demand for that software to be built has been HUGE. So, this is day 1 of me actually building it out.
Communicating with your database from a frontend using FastAPI Backend
Backend work is cool, but if you want to be able to sell a real product you’re gonna need to know how to display data on a frontend. As always, if you wanna skip the bullshit, here’s the github repo with the source code:
Downloading every video off of a YouTube channel with Python using Selenium + PyTube
The last video I made was on automating clip editing with MoviePy. I realized that it would probably be useful to teach you how to download videos off of Youtube as well to clip up. We can do this using Selenium + PyTube.
Facial Tracking + Recognition with OpenCV and face_recognition python libraries
Hey everyone, appreciate the support over the past few days, have grown to 7.5k followers in the last 4 days! With that being said, I’m gonna break down how to set up facial tracking and recognition with OpenCV and face_recognition in python.