National Action Council for Minorities in Engineering(NACME) Google Applied Machine Learning Intensive (AMLI) at the University Of Arkansas
Developed by:
- Sam Lefforge -
University Of Arkansas
- Alejandra Barroso -
University Of Arkansas
- A'Darius Lee -
University Of Arkansas
Our project goes through several iterations of facial detection and facial recognition models. In the end, the functionality includes predicting an identity based on an uploaded file, a photo taken live from the webcam, and in the demos, even identification from a live video feed. Below are some examples of our program at work.
- Fork this repo
- Change directories into your project
- On the command line, type
pip3 install requirements.txt
- Navigate to /demos/live_webcam_demo or /demos/live_webcam_demo_2
- Run the command 'python live_webcam_demo' or 'python live_webcam_demo_2' respectively
- Fork this repo
- Change directories into your project
- Open Colab
- Upload the file 'Facial_Recognition_Capstone.ipynb'
- Put the contents of this repo's /drive/MyDrive/ into your Google account's respective /drive/MyDrive/
- Run each code block in order