This project incorporates Hidden Markov Models at classifying fruits based on a sounds pronounciation
Use the package manager pip to install everything required for this project.
pip install -r requirement.txtThere may be compatibility issue with the versions numpy in order for it to work with librosa imports:
A manual reinstallation of both packages to get the current versions for this code will work:
pip install numpy==1.26.4
pip install librosa==0.10.2
Never a bad idea to start a venv just in case
Please follow standard usage of Jupyter Notebook in running of this project. Or viewing the results as well as description of code to understand the architecture
Pull requests are welcome(Not that its gonna happen often). For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.