Skip to content

Automatically transcribes the audio of mp4 files using Google Cloud speech to text API.

Notifications You must be signed in to change notification settings

danielholmes839/lecture-transcription-v2

Repository files navigation

Lecture Transcription V2

  1. Create a Google Cloud Platform credentials.json
  2. Install ffmpeg for converting .mp4 files into .mp3
  3. Install python requirements pip install -r requirements.txt
  4. Create a folder named "video" and put your .mp4 files in the folder. The folder name can be changed in constants.py by changing the VIDEO_DIR.
  5. Create a bucket in Google Cloud storage and edit the BUCKET variable in constants.py
  6. Run python main.py

About

Automatically transcribes the audio of mp4 files using Google Cloud speech to text API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages