diff --git a/README.md b/README.md index 5316dd8..bad3231 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Python 3.6 or higher clone this repository cd into it Change the path to Python as is in your machine +pip install -r requirements.txt npm install node app.js ``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e32b118 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +certifi==2020.6.20 +cycler==0.10.0 +joblib==0.17.0 +kiwisolver==1.2.0 +matplotlib==3.3.2 +numpy==1.19.2 +pandas==1.1.2 +Pillow==7.2.0 +pyparsing==2.4.7 +python-dateutil==2.8.1 +pytz==2020.1 +scikit-learn==0.23.2 +scipy==1.5.2 +six==1.15.0 +sklearn==0.0 +threadpoolctl==2.1.0