Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhumijgupta/dalp
Distance Academic Learning Platform
https://github.com/bhumijgupta/dalp
online-class online-learning peerjs socket webrtc
Last synced: 3 months ago
JSON representation
Distance Academic Learning Platform
- Host: GitHub
- URL: https://github.com/bhumijgupta/dalp
- Owner: bhumijgupta
- License: mit
- Created: 2020-03-24T09:39:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T01:35:27.000Z (over 1 year ago)
- Last Synced: 2024-05-28T23:39:09.447Z (8 months ago)
- Topics: online-class, online-learning, peerjs, socket, webrtc
- Language: JavaScript
- Size: 11.7 MB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DALP is a swiss army knife solution for distant real time academic learning
## Features
- Real time WebRTC based teaching solution
- Support for students with low bandwidth connection, i.e. **low bandwidth mode**
- Automatic transcript generation
- In built proctoring support
- Equipped with functionality to take quizzes/assesments
- Automatic lecture notes generation## What is low bandwidth mode
Most of the students are not endowed with a high bandwidth internet connection. These students are then particularly not able to take advantage of realtime online classes. Low bandwidth mode solves this problem by -
- Sending stil images from the live stream every 3 seconds instead of full stream
- To account for lost audio, live transcription will of teacher will be sent to user## Tech Stack used
1. NodeJS
2. React JS
3. Python
4. Azure - Cognitive Services, Functions and Blob Storage
5. MongoDB## Aditional Info
1. [DALP pitch ppt](https://docs.google.com/presentation/d/16YCmMV2YsVV7RM8i6hxq74m41vX9nmcNBcpOttAk0nY/edit?usp=sharing)
2. [DALP demo URL](https://youtu.be/bHOUIv7PNXY)## Running the project locally
1. [Deploy the azure function](/dalp-generate-pdf)
2. Start the backend servers
- Set mongoDB URI in config folder```cmd
cd backend
npm install
npm install -g peer
peerjs --port 9000 --key peerjs --path /myapp
npm start
```3. Start the front end server
```cmd
cd website
npm run start
```4. Go to [http://localhost:3000](http://localhost:3000) for the kick of awesomeness
## Developed by
This platform is proudly made by team `unpaid_interns`
- [Allandhir Megharaj](https://github.com/allandhir/)
- [Aditya Chandak](https://github.com/adityachandak287)
- [Bhumij Gupta](https://github.com/bhumijgupta)
- [Yash Mehrota](https://github.com/YashMeh)## License
MIT License