# Noise detection using SVM ## Requirements ``` pip install -r requirements.txt ``` ## How to use Generate data .csv files (run only once time or clean data folder before) : ``` python generate_data.py ``` ## Models *Documentation will be implemented later...* ## How to contribute This git project uses [git-flow](https://danielkummer.github.io/git-flow-cheatsheet/) implementation. You are free to contribute to it.