Attendance Taking Using Face Recognition

Опубликовано: 16 Май 2026
на канале: ToyTech Machines
66,262
279

In this video, I take the face detection WinForms C# application that I built earlier and add a face recognition feature, transforming it into an attendance-taking Windows application.

I leverage the OpenCV wrapper, OpenCvSharp, for face detection and use a Python script for the face recognition part. The process is executed within Visual Studio 2022 using .NET 6 and IronPython to seamlessly run the Python code responsible for face recognition.

While this face recognition system effectively gets the job done, it's important to acknowledge that running Python code within a C# application may result in some performance challenges. However, the end result is undoubtedly worth the effort, as this app demonstrates the synergy between two powerful programming languages.

Don't forget to like, subscribe, and hit the notification bell to stay updated with our latest projects.