A search engine on instances of lecture videos to allow selective topics instead of watching the whole lectures
- Building a video search engine
- Elastic Search
- Amazon Transcribe
- Elastic Search
- AWS Architecture for Video Upload
- Chunking video for effecient send using HTTP
- Connecting AWS Transcribe with AWS and Lambda
- Clean Architecture by Uncle Bob
- GitFlow
- S3 Trigger for Lambda Function
- Integration with other services like teams, google meet, webex to directly stream the current video for transcribing.
- Partition the available video into chunks according to topics being discussed
- Finding out keywords from the transcription and removing ordinary and common words (a developer side thing but might improve search results)
- Adding subtitles to the video
- Summarizing a particular chunk of transcription to create sort of notes. (text summarization)