/azure-transcriber

Simple app to transcribe a recorded meeting with Azure AI

Primary LanguagePythonApache License 2.0Apache-2.0

Abstract

An application to convert recorded meetings into transcriptions. It uses Azure AI Services, making the application compliant for companies that use Microsoft Azure

Install

Create a python environment and activate it:

python3.11 -m venv azure-transcription && source azure-transcription/bin/activate

Install dependencies

pip install -r requirements.txt