diff --git a/.gitignore b/.gitignore index 3a0ca07..1fbc690 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -stanford-corenlp-full-2018-10-05/ \ No newline at end of file +stanford-corenlp-full-2018-10-05/ +config.py diff --git a/config.py b/config.py deleted file mode 100644 index afdb790..0000000 --- a/config.py +++ /dev/null @@ -1,8 +0,0 @@ -user = "root" -password = "root" -host = "localhost" -database = "mapbot" -#key = "*Google_Cloud_API_key*" #Will be provided by mentors -#stanford_path_to_jar = "*your_path_to_stanford-corenlp-x.x.x.jar*" #for eg. "stanford-corenlp-full-2018-10-05/stanford-corenlp-3.9.2.jar" -#stanford_path_to_models_jar = "*your_path_to_stanford-corenlp-x.x.x-models.jar*" #for eg. "stanford-corenlp-full-2018-10-05/stanford-corenlp-3.9.2-models.jar" -#javahome = '*your_path_to_jdk_bin_java.exe*' #for eg. "C:/Program\ Files/Java/jdk1.8.0_201/bin/java.exe" diff --git a/requirements.txt b/requirements.txt index ae5877b..b70f876 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -googlemaps==2.5.1 +googlemaps==2.5.1 nltk==3.4.5 pandas==0.25.1 mysql-connector-python==8.0.18 numpy==1.16.5 -scikit-learn==0.21.3 \ No newline at end of file +scikit-learn==0.21.3