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.
- 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.
- Frontend: ReactJS, Material-UI
- Backend: Node.js, Express.js
- Database: MongoDB
- Video SDK: VideoSDK
- Face Detection: TinyYOLOv2
- WebSocket: Socket.IO
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
For any inquiries or questions, please contact monirul.work.1729@gmail.com.