innocentmchry / webrtcdjango

This project is basically a video conferencing web application that utilizes the WebRTC technology with the Agora SDK. The application is built using the Django framework and uses FaceApi Js library for detecting real time emotions of the participants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Video Conference with Agora SDK and Django

Project Overview

This is still an undergoing project which is basically a video conferencing web application that utilizes the WebRTC technology with the Agora SDK. The application is built using the Django framework and incorporates image processing techniques to analyze participant behavior.

Features

  • Real-time Video Conference: Enable seamless video communication among participants using WebRTC and Agora SDK.

  • Django Backend: Utilize the Django framework to handle server-side logic, user authentication, and overall application structure.

  • Computer Vision and Image Processing: Implement video processing algorithms to analyze participant behavior during the video conference.

Demo

Screenshot (363)

Prerequisites

Before running the application, make sure you have the following dependencies installed:

  • Python (version 3.11.5)
  • Django (version 4.2.6)
  • Agora SDK (version 4.19.1)

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/innocentmchry/webrtcdjango.git
    
    

Acknowledgements

I extend my sincere gratitude to the Central Institute of Technology Kokrajhar for the invaluable opportunity to contribute to this thrilling project. Special thanks to my supervisor Dr. Ranjan Maity who has provided me immense support to carry out this project.

About

This project is basically a video conferencing web application that utilizes the WebRTC technology with the Agora SDK. The application is built using the Django framework and uses FaceApi Js library for detecting real time emotions of the participants


Languages

Language:Python 43.8%Language:JavaScript 31.6%Language:HTML 13.6%Language:CSS 11.0%