This script uses h5 file at https://www.kaggle.com/aimerodriguez/covid19-sound-spectograms/data. The purpose of the software is to predict Covid-19 with spectrograms of clinical sounds. Script can prediction with three different methods. If you want see this methods look screenshots.
- Tensorflow
- Numpy
- Scipy
- Librosa
- Sounddevice
- Opencv
- Matplotlib
- PyQt5
git clone https://github.com/GhstRt/Covid-Prediction-With-Clinical-Spegtrograms.git
pip install -r requirements.txt
Download h5 file on https://www.kaggle.com/aimerodriguez/covid19-sound-spectograms/data and move h5 file to script directory
Run main.py with Python3