Member-only story
3 coding projects I failed at
Welcome back! As much as I wish I was a great programmer, i’m probably not 🙃, so let’s talk about some of the coding projects that I actually failed at. Now, even though these projects were personal projects, I still learned a lot from them, and I truly believe the best way to develop your skillset as a programmer is to try and fail. So, with this long introduction out of the way, let’s take a look at some of my failures!
Fake image detection
First up, this project actually had potential, but I just couldn’t get it fully working. So, this tool would essentially take in images and detect if the images were edited or not, here are some examples: photoshopped images, screenshot of texts that were edited, etc. so, how did it fail? Well, I couldn’t create a model to successfully determine which parts of an image were fake, I did make this article about a image classifier that could have worked somewhat: