This is the runner for Project-W written in Python. Its job is to process the transcription jobs that the backend assigns to it, which means that the runner is the place where the actual whisper speech-to-text code runs. It has been designed as an http client such that it doesn't have any firewall requirements or similar. All communcations between backend and runner are initiated from the runner only! To learn more about Project W (including its runner) and how to install and run it, visit its documentation. Other components of Project W are the backend and the frontend.
This repository was set up using the SSC Cookiecutter for Python Packages.