Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyamakkar/vmeet
Created and deployed a MERN stack video conferencing application. Implemented WebRTC using videoSDK API. Integrated with chat and screen sharing facilities.
https://github.com/soumyamakkar/vmeet
javascript mern mern-project socket-io video-streaming videosdk webrtc
Last synced: 5 days ago
JSON representation
Created and deployed a MERN stack video conferencing application. Implemented WebRTC using videoSDK API. Integrated with chat and screen sharing facilities.
- Host: GitHub
- URL: https://github.com/soumyamakkar/vmeet
- Owner: soumyamakkar
- Created: 2024-11-23T11:25:00.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:24:34.000Z (6 days ago)
- Last Synced: 2024-12-17T13:26:10.486Z (6 days ago)
- Topics: javascript, mern, mern-project, socket-io, video-streaming, videosdk, webrtc
- Language: JavaScript
- Homepage: https://vmeetfrontend.onrender.com/
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📹 Video Calling Application with Face Detection
![GitHub Repo stars](https://img.shields.io/github/stars/sleepy-coder-101/video-call?logo=Apache%20Spark&style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/sleepy-coder-101/video-call?logo=Files&style=for-the-badge) ![GitHub issues](https://img.shields.io/github/issues/sleepy-coder-101/video-call?logo=github&style=for-the-badge) ![GitHub forks](https://img.shields.io/github/forks/sleepy-coder-101/video-call?logo=forgejo&style=for-the-badge) ![GitHub last commit](https://img.shields.io/github/last-commit/sleepy-coder-101/video-call?logo=GitHub&style=for-the-badge)
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.
Dummy Credentials:
email:[email protected]
password:12345678## 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](images/Homescreen.png)
_Homescreen_![Sign In Screen](images/Sign%20In%20Filled.png)
_Sign In Screen_![Sign Up Screen](images/Sign%20Up%20Filled.png)
_Sign Up Screen_![Meeting Summary Screen](images/Meeting%20Summary%20user%201.png)
_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]](mailto:[email protected]).