diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1559f2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.swp +*.swo diff --git a/extractFeatures.pyc b/extractFeatures.pyc deleted file mode 100644 index 45e9af7..0000000 Binary files a/extractFeatures.pyc and /dev/null differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e4d3e87 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +matplotlib==1.5.3 +numpy==1.11.1 +scikit-learn==0.17.1