Skip to content

Qskilli/Python-Arduino-Person-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Arduino-Person-Recognition

IT 254 Project 1

Project Steps:

  1. train facial recognition model
  1. Upload Arduino Code:
  • Opened the Arduino IDE and uploaded the attached code.
  • The attached code should inform the Arduino to light up once the input is provided that a face is being recognized.
  1. Set up Arduino Python Connection
  • Open Visual Studio Code and input the attached Python code.
  • The attached code should reference the Keras model and labels and provide the appropriate input to the Arduino when a face is being seen by the computer camera.
  1. Test System
  • Close the Arduino IDE.
  • Activate the code on Visual Studio Code.
  • Everything is working correctly if the camera sees a face and the LED lights up.

Systems used:

  • Python 3
  • TensorFlow
  • Keras
  • OpenCV
  • PySerial
  • Arduino IDE
  • Arduino Mega 2560

Video Example: https://youtu.be/vqM_3bplbWI

About

IT 254 Project 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published