Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 2.04 KB

README.md

File metadata and controls

75 lines (45 loc) · 2.04 KB

Covid Cough Classification

This project is the application of audio file processing using the concept of MFCCs(Mel-Frequency Cepstrum Coeffs) executed using the librosa library in combination with machine learning concept (Logisitic Regression) to create a ML model that can predict the covid status. Our model takes audio file of any user as input, evaluates then outputs the prediction.

The features of this project are :

  1. MFCCs
  2. k-class Logisitic Regression
  3. 96% accuracy (with binary Classification with non-uniform training)
  4. programing language - python

Demo

will be up shortly

Documentation

The Documentation of this project - click here

Run Locally

As of now only local deployment is possible

The python code file and application, open and download

download here

Install Prerequisite

You will require the following versions of the mentioned libraries in the file requirements.txt(linked below) to implement this as is,

libraries required

suggestion - download from here

Future Scope

💭 currently in work:

👉 Modified application of training data to generate a better learning model by readjusting training data to be uniform.

👉 Improving mulitclass classification accuracy current accuracy ≃ 80%

👉 Application on wider range of test data set.

Contributors

B.E.Pranav Kumaar Student ID @Amrita Vishwa Vidyapeetham - CB.EN.U4AIE20052

🔥 twitter

LinkedIn

❄️ Github

Divi Eswar Choudary Student ID @Amrita Vishwa Vidyapeetham - CB.EN.U4AIE20012

🔥 twitter

LinkedIn

❄️ Github