How to get this up and running:
In the "server" machine, install docker
sudo apt install docker, docker-compose-plugin
Download/copy the 'docker-compose.yml' in this repo into a nice place on the machine.
Open terminal, cd into wherever you downloaded it, and run
sudo docker-compose up
TA-DA you have the backend running :)
Go into the machine where you have the microphone plugged into. Clone this repository there (You may erase the docker composefiles there) open the requirements.txt and run the apt command there
CREATE A VENV (or not, im not your mother)
python3 -m venv venv
source venv/bin/activate
Run
pip install -r requirements.txt
and then finally
python3 stt.py
should work