Upload 3 files
Browse files- best_nb_model.joblib +3 -0
- requirements.txt +12 -0
- tfidf_vectorizer.joblib +3 -0
best_nb_model.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be29eb13893b1a6615e431d6a36d81e36d01b23b72acd7927db34fec56a40634
|
| 3 |
+
size 26615
|
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
%%writefile requirements.txt
|
| 2 |
+
scikit-learn==1.2.2
|
| 3 |
+
gradio==3.50.2
|
| 4 |
+
pandas
|
| 5 |
+
numpy
|
| 6 |
+
nltk
|
| 7 |
+
re
|
| 8 |
+
matplotlib.pyplot
|
| 9 |
+
nltk.corpus
|
| 10 |
+
nltk.stem
|
| 11 |
+
nltk.tokenize
|
| 12 |
+
sklearn.feature_extraction.text
|
tfidf_vectorizer.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dca3f4b81e4a3928e1dca36f900d0fae7774cd19a65bdfa02e5a38bd9bae4ece
|
| 3 |
+
size 30689
|