Giter VIP home page Giter VIP logo

azure_ai_speech_transcoding's Introduction

Azure Speech to Text Transcription

This repo shows how to implement a real time transcription using Azure AI Speech service. We will be using the Python SDK. 4 different scripts have been implemented making use of a common helper module. The scenarios covered are:

  • Transcription from an MP3 audio file
  • Transcription from an MP4 video file
  • Transcription from a WAV audio file
  • Transcription from a WAV audio input stream

Define Azure AI Speech variables

Create an .env file or enable the following values as system variables:

speech_key="YOUR_SPEECH_SERVICE_KEY"
speech_region="YOUR_SPEECH_SERVICE_REGION"
speech_language="en-us" #YOUR DESIRE LANGUAGE

Install dependencies:

Install packages and depencies with the following script

./aux_installer.sh

Load video content:

Load video content in the media folder using the following script. The source is defined in the config.sh file in the input variable.

./aux_content_generator.sh

Test all sources:

A use case for each of the 4 scenarios listed above are implemented in the script aux_tester.sh

./aux_tester.sh

Testing MP3 file
Transcribing media/input.mp3 
SESSION STARTED
RECOGNIZING: if you're
RECOGNIZING: if you're a
.......

azure_ai_speech_transcoding's People

Contributors

seryiogonzalez avatar

Stargazers

Doğan Keskin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.