You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program creates a condensed text version of a WAV file written inside of a pdf.
Utilizes google speech to text apis to convert the audio into a txt file which is then summarized
using a LexRankSummarizer from the open source sumy python module.