GithubHelp home page GithubHelp logo

codehgq / audio_classifier_for_asthma_detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prishita123/audio_classifier_for_asthma_detection

0.0 1.0 0.0 4.26 MB

This project classifies audio samples collected from patients, including their cough, fluid levels and wheezing frequencies in real time to detect asthma and hypothorax conditions.

MATLAB 9.56% Python 90.44%

audio_classifier_for_asthma_detection's Introduction

Audio_Classifier_for_Asthma_and_Hypothorax_Detection

This project classifies audio samples collected from patients, including their cough, fluid levels and wheezing frequencies in real time to detect asthma and hypothorax conditions.

Process for Connecting, Configuring and Testing microphone connected to R Pi: https://developers.google.com/assistant/sdk/guides/service/python/embed/setup

Steps for Interfacing ADC converter MCP3008 with R Pi: https://learn.adafruit.com/reading-a-analog-in-and-controlling-audio-volume-with-the-raspberry-pi?view=all

Workflow:

  1. Connect microphone to R Pi using Linux commands
  2. Connect adc converter to R pi and configure it using steps and python code
  3. Insert SD card with trained model
  4. Test if microphone signals are being received by R pi and pass analog signals to adc converter
  5. Filter audio using Matlab code (chebyshev filters)
  6. Segment filtered audio at regular intervals to match test clip time with training clip time
  7. Pass test clips through trained classifier to predict output (detected diseases if any) by calling the trained model from matlab

Link to Stacked CNN for Training: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8605515

Link to Hybrid Classifier for Training(SVM + ANN): http://downloads.hindawi.com/journals/mpe/2015/209814.pdf

Other traditional algorithms: SVM, GNN(Gaussian Neural Netwroks), ELM (Extreme Learning Machine)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.