Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhliu committed Jul 27, 2020
1 parent 520c6f2 commit 78a2ca8
Show file tree
Hide file tree
Showing 5 changed files with 1,259 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GoogleNews-vectors-negative300.bin.gz
26 changes: 26 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
flake8 = "*"
flake8-docstrings = "*"
jupyter = "*"
pep8-naming = "*"
pytest = "*"
requests = "*"

[packages]
fastapi = "*"
pandas = "*"
uvicorn = "*"
plotly = "*"
scikit-learn = "*"
gensim = "*"
nltk = "*"
bs4 = "*"
matplotlib = "*"

[requires]
python_version = "3.7"
Loading

0 comments on commit 78a2ca8

Please sign in to comment.