- User can upload the audio file of meeting on homepage to get the transcription on
/convert
route - Audio file is stored in Firebase cloud
- Used AssemblyAI for transcription
Firebase
for storing audio files in cloudAxios
for making async API calls to transcription serverAssemblyAI
for handling transcription requests
- Go to the website and upload a local audio using the upload button.
- On a successful upload, you will be alerted and redirected to the next page.
- Wait for the API to finish transcription. Once finished, the transcription will be displayed on the page.
- Copy this transcription and paste it in
Abstractive.ipynb
orExtractive Summarization.ipynb
whichever is needed. - The transcription has to be pasted in the
text
cell. - Run all the cells and get the summary and required text analysis.