Upload 2 files
Browse files- cleaned_word_embeddings.pkl +3 -0
- requirements.txt +8 -0
cleaned_word_embeddings.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36096c58d6e2a60de366a7e7094c2bb04eeb0b3209b98ed0652c3698f7545a77
|
3 |
+
size 162846503
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
python-multipart
|
4 |
+
numpy
|
5 |
+
pandas
|
6 |
+
nltk
|
7 |
+
scikit-learn
|
8 |
+
networkx
|