Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 839 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 839 Bytes

Recap Bot

Summary

Given a user uploaded video as input (eg. lecture, tutorial, guide) our website will summarize, and chunk the video into chapters for easy parsing and use.

Target

College students with prerecorded lectures; mainly used for summarization and clean organization of course material for studying or review.

Features

  • Save videos
  • Accounts with personal api key for AssemblyAI
  • Organize material already processed
  • Search through saved material
  • Share material
  • Interact with the video timestamps in the website

Tasks

  • Rhea: Website design and aesthetic, building website content
  • Jacob: Building website content, handling api requests to backend
  • Anshuman: Backend api for processing and returning information in proper format
  • Thanawat: Integrating flask + react for website, database integration