Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 706 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 706 Bytes

VideoChatBot

This is an web application to help students better understand lecture videos through the use of ChatGPT. Simply upload an mp4 video, and then highlight a portion of the transcript that you need to explain, summarize, or translate, right click, and the chatgpt answer all your questions in the chatbox to the right of the video!

How to Run

Make sure you are using Python 3.11.6.

pip install -r requirements.txt -> set up project environment on your computer

If you need to add dependencies, update the requirements.txt file with the command -> pip freeze > requirements.txt

Run the project with the command: python app.py Then navigate to 'http://127.0.0.1:3000/' in the web browser.