Implementation of MMC-ASR as a class in Python.## InstallationCode was designed and tested on an Ubuntu 20.04 operating system using anaconda 23.7.2 and Python 3.9.An environment with all the necessary libraries can be created using:```bashconda create --name <env>--file requirements.txt```