Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.67 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.67 KB

📹 Video Calling Application with Face Detection

GitHub Repo stars GitHub repo size GitHub issues GitHub forks GitHub last commit

This is a video calling application specifically designed for educational institutions. It provides a platform for conducting online classes with features like face detection-based attendance tracking, user authentication, and role-based access control.

Features

  • User authentication: Users can sign up and log in to the application using their credentials.
  • Role-based access control: Users can have either a "Teacher" or "Student" role, which determines their permissions within the application.
  • Video calling: Users can join or create video meetings based on their role. Teachers can create and manage meetings, while students can join existing meetings.
  • Face detection-based attendance tracking: The application uses the TinyYOLOv2 face detection model to track the presence of participants during the meeting. It calculates the attendance score based on the duration of face detection and the total meeting duration.
  • Attendance monitoring: The application provides an attendance monitoring system that grants attendance to students if their attendance score exceeds a predefined threshold (e.g., 50%).
  • Meeting summary: After leaving the meeting, users can view their attendance status, attendance score, and other relevant meeting details.

Technologies Used

  • Frontend: ReactJS, Material-UI
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Video SDK: VideoSDK
  • Face Detection: TinyYOLOv2
  • WebSocket: Socket.IO

Screenshots

Homescreen Homescreen

Sign In Screen Sign In Screen

Sign Up Screen Sign Up Screen

Meeting Summary Screen Meeting Summary Screen

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

Contact

For any inquiries or questions, please contact [email protected].