seyia92coding
commited on
Commit
•
b1fea4e
1
Parent(s):
dbb0f24
Create dependencies.txt
Browse files- dependencies.txt +10 -0
dependencies.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
re
|
4 |
+
itertools
|
5 |
+
matplotlib.pyplot
|
6 |
+
sklearn.feature_extraction.text.TfidfVectorizer
|
7 |
+
sklearn.metrics.pairwise.linear_kernel
|
8 |
+
fuzzywuzzy.fuzz
|
9 |
+
sklearn.feature_extraction.text.TfidfVectorizer
|
10 |
+
gradio
|