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

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

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? 

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