A web application that allows educators to easily generate transcripts for their video lectures and provide a convenient and interactive way for students to navigate through the lecture.
- Improving accessibility for online lectures where educators can instantly create captions for their videos and share it with their class
- Students can conveniently review class lectures
- Making video content 'indexable' in a way where the class can find the topic off a video easily without hassle on the educators' end
- Upload a link to a video on the cloud or upload your own video
- Our app extracts the relevant keywords from the video and provides timestamps for the same
- Students can search for a particular keyword and jump over to that timestamp in the video instantly
- Javascript
- React
- Python
- Flask
- Firestore
- Google Cloud Speech to Text API
- Write clear meaningful git commit messages
- Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged.
- When you make very very minor changes to a PR of yours (like for example fixing a text in button, minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have too many commits for a very small fix.
- When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.