Skip to content

dancrissco/Sound_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound_Classification

User Interface to classify sound on a trained model

This project generates sound samples, trains a machine learning model to classify them as "Clean" or "Noisy", and allows for real-time predictions.

Files

  • train_model.py: Generates sound samples, trains a RandomForestClassifier, and saves the model.
  • predict_model.py: Loads the saved model, generates a new sound sample, and predicts whether it's "Clean" or "Noisy."

How to Use

  1. Training the Model: Run the train_model.py script to train the model and save it as sound_classifier.pkl.
    python train_model.py

About

User Interface to classify sound on a trained model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages