Skip to main content

Facial Recognition Glasses





This is an attempt to recreate the EDITH glasses from Spider-Man Far From Home in a believable manner. And with the budgetary restraints of a broke high schooler (with generous parents).

Anyway, the main idea here is to implement facial recognition into effect and use display modules to display results in the eye lenses. This may not look polished, but its the closest we'll get with our current restraints.

This project is highly derivative of JLaser's video which can be found here. I wouldn't say it was inspired, I would call it direct copying:

https://youtu.be/Sj9ZQ20cgLA

For this project I'm using a couple of components that are listed below:

1) Display module:

https://www.sparkfun.com/products/15173

2) Arduino board:

https://www.sparkfun.com/products/15123

Now that hardware is out of the way, let's talk software:

1) Python (I'm using Spyder IDE)
2) Arduino 1.8.5 (This version works best with required packages and modules)

Modules:  i) face_recognition
                 ii) cv2
                 iii) NumPy
Arduino packages: i) HyperDisplay Library
                               ii) HyperDisplay SSD1309 Arduino Library
                               iii) HyperDisplay UG2856KLBAG01 Arduino Library
                               iv) U8g2 

So now that that's outta the way, let's talk progress. I'm not typing this while starting the project. The idea to blog the developments on this project only occurred to me a while into the project. As we stand now, the project has shown slow but comforting growth. It's probably slow because I procrastinate a lot.


The Python program requires an edit every time new faces are added to it. This problem could potentially be solved by the usage of automatic variable generators. I intend to integrate SQL into the program to help with the storage of data, and that might help with it.

Also, this process needs to be automated. As of right now, both programs need to be activated independently.

I also have plans on using Arduino WiFi boards to make the data transfer easier ( and to make the thing more portable).

In the future, I hope to switch to Raspberry Pi because it has OpenCV capabilities and may make the process easier.

That's it for now. Quail-Man flies.


Comments

Popular posts from this blog

Welcome!

This is a quail's nest. A very rabid quail. This blog serves to document my projects and my slow descent into insanity. If you're into that kinda stuff, you could follow, but honestly, why would you want to? 

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. Tim Urban's Ted Talk 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 experien...

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...