olafgeibig / azure-transcriber

Simple app to transcribe a recorded meeting with Azure AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple app to transcribe a recorded meeting with Azure AI

License:Apache License 2.0


Languages

Language:Python 100.0%