/NeuralNotes

Using GPT-4 to convert lecture videos to notes

Primary LanguagePython

NeuralNotes

Using GPT-4 to convert lecture videos to notes

The input video file should be kept in the folder containing the video_to_slides folder.

python video_to_slides/video_2_slides.py -v <input_video_name>.mp4 -o <output_folder_name> -q 40 --threshold 90

  • conda activate neuralnotes
  • uvicorn main:app --reload

conda env create -f env.yml