Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 547 Bytes

SummaRead: From Video Lectures to Smart Note Outlines

Hophacks Fall 2020 Overall 1st Place

Built by @brandonwang1, @senapathys, @matt-dong, and @arjunneervannan

Devpost: https://devpost.com/software/summawrite/

alt text

Running Locally

Make sure you have Python installed

$ git clone https://github.com/brandonwang1/summaread.git # or clone your own fork
$ cd summaread
$ pip install -r requirements.txt
$ python app.py

Your app should now be running on localhost:5000.