Main Content

Face Recognition On NVIDIA JETSON NANO

This is a device that can recognize faces and then send the results via serial communication

A few months ago I bought a NVIDIA JETSON NANO DEVELOPER KIT and then I searched the internet what I could do with this thing. I was so surprised with what I got, it turns out this thing can do many things as shown on its website https://developer.nvidia.com/

then I started to make a project using this with the tutorial contained here https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#intro

then I learned some material from the NVIDIA DEEP LEARNING INSTITUTE like hello world AI and others https://developer.nvidia.com/embedded/learn/jetson-ai-certification-programs#course_outline

Armed with a sample program and several libraries, finally I made face recognition with this board. you can see it here for the library https://github.com/ageitgey/face_recognition”

Link to article