# SWR2-ACR Automatic speech recognition model for the seminar spoken word recogniton 2 (SWR2) in the summer term 2023. # Installation ``` poetry install ``` # Usage ## Training Train using the provided train script: poetry run train ## Evaluation ## Inference poetry run recognize ## CI You can use the Makefile to run these commands manually make format make lint