Skip to main content

E.D.D.I.E Glasses


Say hello to Frankie. He doesn't do much.


Yeah.

I kinda realized how I never ended up naming the project. I wanted something like EDITH, but I wanted it to be different enough to feel like its own thing. So we're gonna stick with EDDIE for now.

As always, I have some new plans in mind for the project.

That's the thing with us procrastinators, we're really good dreamers, but when it comes to execution, we rarely give our full 100% effort. On a side note, Tim Urban has really good posts on the topic of procrastination over on his blog Wait but Why which you should check out if you've got some free time and want to have a good laugh at people like me.


Ok so, in my first post, I mentioned how I was basically trying to recreate a project from one of Jlaser's videos. 

I also kinda made fun of myself in my earlier post for basically copying most of my projects from other people's existing projects. As I've gotten slightly more experienced with these projects, I've come to realize that that's basically how a lot of people learn new skills. They try to learn from existing projects and slowly build on their knowledge so that one day they could apply the knowledge accumulated to their OWN projects.

This project itself started out as a way to recreate something, but as it has progressed, it has only grown in ways where it could be its own thing. In the end, we're all just people trying to do what we want.

My current vision for the project includes app support.

Let me explain:

So the Raspberry Pi Zero is kinda small. It's not the best device to be used for processing huge data-heavy tasks. So the current idea is to somehow have the processing take place on my phone, and set up an interface and connection between the Raspberry Pi Zero and the app.

Unfortunately, there aren't many resources on this topic. I'm not completely sure we can even build an app that DOES have facial recognition functionality with Python. And I would prefer using Python so I can use the face_recognition module from Adam Geitgey, which is a very handy tool.

I'm open to the possibility of having to learn app development in their native languages, whether it is Java or Swift. We'll just have to wait and see. Venturing into the unknown has never been an issue to disturb the quail's nest.

I did find this article here that details the process to link iOS and Raspberry Pi Zero.

But all of this stuff I'm gonna keep on hold until next summer. Right now, I wanna continue with the current plan. After setting up my Raspberry Pi Zero, I was able to run the facial-recognition example test on it, and it worked pretty well.

I used this camera because it was smaller than the standard-issue PiCam and was also specifically designed to be used with the Raspberry Pi Zero.

Yea that's about it for this update. Until next time, yours truly.





Comments

Popular posts from this blog

Student Website

This is a different type of Django. The hardest part of writing these blog posts is deciding the picture to go along with them. You know what's the fun part? Creating labels. I discovered Blogger allows you to categorize posts using labels and I've been using them vehemently ever since. I'm a sucker for alliteration, and using it on creating labels is by far the best thing Blogger offers. It was probably a bad idea to create this blog using Blogger. Now don't get me wrong, I love the innate simplicity of Blogger, and this thing isn't supposed to be professional anyway, but Blogger is so old that people don't realize that blogs can be followed to get updates on new posts. Even I didn't know that until like a month ago.  But I guess the purpose of this blog isn't to attract followers, it's to give me a platform to document developments on my ever-expanding list of incomplete projects. What new thing do I have now? Well, I got interested in web developm...

CHEAT!

I literally have no idea where this picture is from. Hello, hello, hello and welcome to CHEAT! , the only game show where you're rewarded for cheating! I tried doing a gameshow host impression but since I don't watch any TV, I have no idea how gameshow hosts act. Okay so yeah. Not really a game show, but I did come up with an idea for a verbal game. Before I get into the specifics on how the game is played, it's better to define some terms first. Host - This is kinda self-explanatory. The host is the one who'll be asking questions. Except for this time, the host isn't permanent. Every round the host changes. Players - Players. Nothing else to it. Candidate - The player who is being questioned by the host. The way the game works is that a player is selected to be the host. This can be completely random, or it can be turn-based, that part's up to you.  Once the host is selected, he/she now has to think of a topic or an activity in which it would be difficult and/o...

Python : The Game

Well, it finally happened. I finished a project for the first time in my life. I never thought this day would come. I have so many people to thank. First and foremost, Frankie, with his soulless eyes, kept pushing me to achieve far and beyond.    That's the look of utmost happiness The Python Snake game project was my Grade 10 Final Project submission. Back then it was just a rudimentary shell of what it is today. It only implemented the single-player mode of the game, and it didn't have any of the bells and whistles it does today.  So here's my final post on this topic. Initially, I didn't plan on working on this project. I didn't feel like creating a game for the second time and decided I wanted to do something with a real-world value.  My plan was to expand on the idea of the COVID Calculator I had mentioned in one of my previous posts. With all this stuff going on in the world right now, what could get more 'real-world' than a program that predicts the ...