Skip to content

RenSilvaAU/azure-batch-transcription-python

Repository files navigation

Simple Example on how to use Azure Batch Transcript in Python

1. Repository content

This repository contains an example on how to use Batch Transcription in Python

2. Dependencies

2.1 Git Bash or Powershell

The commands below must be run from Git Bash or from Powershell

2.2 Anaconda

You can get it from here: https://www.anaconda.com/products/individual

2.3 Conda Environment

This repo needs the conda enviroment, s2t, which can be created, in Windows 10, with the following commands:

$ conda env create -n s2t -f s2t-w.yml
$ source activate s2t
$ python -m ipykernel install --user --name s2t --display-name "Python (s2t)"

3. Jupyter Notebook

To start the Jupyter notebook, run:

$ jupyter notebook

About

azure-batch-transcription-python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published