Project information

  • Category: Computer Vision Automation Demo
  • Project date: 2021

Meeting Attendance Automation Tool

This is an automation tool demo created to take attendance in virtual meetings like Webex.
The user can extract names from the participant list, and compare with a given name list.
This allows them to check on who is present and absent with the press of a button.
Supports scrolling lists (hence technically 100s of participants).

This was made for as a demo, hence might not be very optimized.
Uses EmguCV(OpenCV for .NET) and C# Windows Forms to do text detection & recognition.
Models used are CRNN_VGG_BiLSTM_CTC and DB_IC15_resnet18.


Skills

  • C#
  • Windows Forms
  • OpenCV (EmguCV)
  • Machine Learning (Inference)