Skip to content

asleep-ai/nia-sound-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nia-sound-model

One-cycle test

This is the code for one-cycle test in NIA data collection projects.

A simple neural network model is used to predict AHI from sound data. The input to the model is Mel Spectrogram and the model outputs classification result which predict if AHI value is higher than 15 or not.

The data should be split to test and train datasets. The path structure for the data is as follows.

data
  ├─ test
  │   ├─ edf data files
  │   └─ json label files
  └─ train
      └─ edf data files
      └─ json label files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages