Skip to content

This video calling application is specifically built for educational institutions, using the MERN Stack VideoSDK API for creating and hosting the WebRTC meetings.

Notifications You must be signed in to change notification settings

sleepy-coder-101/video-call

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📹 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 monirul.work.1729@gmail.com.

About

This video calling application is specifically built for educational institutions, using the MERN Stack VideoSDK API for creating and hosting the WebRTC meetings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages