Adrian398 / Sound_classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound Classification for quality control in assembly processes

This Repository is a deep learning pipeline for classification of a special noise in an assembly process. This Code is the base of our paper.

Set up training data

Our whole dataset is available at Google.drive. We labeled the data ourself and create 4325 data examples. If you clone our repository please set up the paths according to the path in our Jupter Notebooks.

Jypter Notebooks on Google Colab

  • Select 'Runtime' -> 'Change runtime time' -> 'Python 3' (and 'GPU') before running the notebook.
  • Ignore the warning: 'This notebook was not authored by Google.' Check 'Reset all runtimes before running' and click 'Run anyway'

Train and check out our CNN model at Colab

or

Check out our XGB, SVM, RF, GNB Benchmarking Colab

Models

In the subfolder models you can access all our trained models and directly use them for your own predictions.

About


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%