diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8eda9191445a3753faf4b9bea0143062176f98cf --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# CARIMAM_DOCC10 + +Convolutionnal neural networks for click classification. + +Call the python script followed by the list of wav files you would like to process, and optionnaly an output filename. +For example : +`python forward_UpDimV2_long.py path/to/file_or_folder --output_path predictions.pkl` + +Use `python forward_UpDimV2_long.py -h` to display the help message with all the possible argmuments and their usage. + +The required libraries are PIL, torch, torchvision, torchelie, numpy, soundfile, scipy and tqdm