Skip to content

Keras implementation of Noise Masking RNN for respiratory sound classification

Notifications You must be signed in to change notification settings

jimmyzzu/lung_diagnostics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lung Diagnostics

This repository is an implementation of Noise Masking RNN for respiratory sound classification proposed in our paper

Video presentation about the project

alt text

It includes a preprocessing functions to convert raw .wav respiratory sound files and train script

For training

Download model and data dirs from here

Run python3 train.py --gpu GPU_NUM --data_path DATA_PATH --cv_path CV_SPLIT_PATH --exp_path EXPERIMENT_PATH

(data and cv split are included here in /data directory)

For testing

Run python3 predict.py --wav WAVFILE_PATH

Script prints text: "Probability of anomalies: X%"

About

Keras implementation of Noise Masking RNN for respiratory sound classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%