From 99c9afa35f08be7c32a445b1cd4fcfbf20e1243a Mon Sep 17 00:00:00 2001 From: Suyash Lakhotia Date: Tue, 26 Dec 2017 01:50:01 +0700 Subject: [PATCH] Initial Commit --- .gitignore | 5 +++++ requirements.txt | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05f0605 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +ENV/ +__pycache__/ + +runs/ +data/GoogleNews-vectors-negative300.bin diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a0c0afb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +bleach==1.5.0 +enum34==1.1.6 +html5lib==0.9999999 +Markdown==2.6.10 +numpy==1.13.3 +protobuf==3.5.0.post1 +scikit-learn==0.19.1 +scipy==1.0.0 +six==1.11.0 +sklearn==0.0 +tensorflow==1.4.1 +tensorflow-gpu==1.1.0 +tensorflow-tensorboard==0.4.0rc3 +Werkzeug==0.13