DATASET - The Saarbrucken voice disorder database ~ https://stimmdb.coli.uni-saarland.de/
STEPS:
- PRE PROCESSING - Feature Extraction using Mel-frequency cepstral coefficients (MFCC).
- MODEL BUILDING
- INTERACTIVE WEB PAGE
- INTEGRATION OF MODEL WITH WEBPAGE
FILES:
- DYSO.ipynb - A JupyterNotebook that contains the steps for data prepocessing and model building
- dysphonia.csv - A CSV file that consists of the file path and the classes it belongs
- dysphonia.h5 - A model that is loaded into a h5 file that is used to make predictions when loaded into a vraiable in the webapp which has an accuracy of 78%
- dysphoniacvv.h5 - A CVV implemented model that is loaded into a h5 file that is used to make predictions when loaded into a vraiable in the webapp which has an accuracy of 93%