hack-together icon indicating copy to clipboard operation
hack-together copied to clipboard

Project: MyTranscripts - convert speech to text and save to OneDrive

Open richardrigutins opened this issue 1 year ago • 2 comments

Project name

MyTranscripts

Description

MyTranscripts is a Blazor Server web application that uses Azure Cognitive Services and Microsoft Graph to transcribe audio files and store them in OneDrive. It also lets you manage your transcripts in a central location.

You can upload an audio file from your browser, choose the language of the file, and start the recognition process. After the transcript is generated, you can save it to your OneDrive; you can also set a reminder to check the content of the transcript later, which is saved to Microsoft To Do.

Features:

  • Transcribe audio files to text using Azure Cognitive Services Speech to Text
  • Store transcripts in OneDrive as .txt files using Microsoft Graph
  • Set reminders to review transcripts in Microsoft To Do using Microsoft Graph

Future improvements:

  • Add support for more audio file formats (only .wav files are supported at the moment)

Repo URL

https://github.com/richardrigutins/my-transcripts

Team members

richardrigutins

richardrigutins avatar Mar 14 '23 17:03 richardrigutins