JulianFP / project-W-runner

This is the code for the runners running the whisper jobs themselves which are managed by the project W flask backend
GNU Affero General Public License v3.0
2 stars 0 forks source link

Runner for Project W

License: AGPLv3 GitHub Workflow Status

What is this?

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.

Acknowledgments

This repository was set up using the SSC Cookiecutter for Python Packages.