Panopticon is a LLM-assisted Panopto lecture scraper and summarizer for Harvard students. Compile your lecture into succinct, comprehensive notes within seconds!
This tool is designed for Harvard Students, since it scrapes the Harvard hosted Panopto server and login. However, it can be relatively easily modified for any school's Panopto server.
-
Clone this repository via
git clone
-
Install the necessary dependencies via
$ pip install -r requirements.txt
-
Run
streamlit run app.py
to run the app locally.- If you want to use your own OpenAI API key for all to access, create a
.env
file in the root directory withOPENAI_API_KEY=<your_key>
written in it.
- If you want to use your own OpenAI API key for all to access, create a
- Access the application via this link hosted by Streamlit Cloud.