This repository contains an example on how to use Batch Transcription in Python
The commands below must be run from Git Bash or from Powershell
You can get it from here: https://www.anaconda.com/products/individual
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)"
To start the Jupyter notebook, run:
$ jupyter notebook