Spaces:
Sleeping
Sleeping
new model
Browse files- .gitattributes +0 -0
- .gitignore +0 -0
- Dockerfile +0 -0
- GEO_CACHE.txt +0 -0
- LICENSE +0 -0
- README.md +0 -0
- app/__init__.py +0 -0
- app/api/__init__.py +0 -0
- app/api/routes/__init__.py +0 -0
- app/api/routes/recommendations.py +0 -0
- app/core/__init__.py +0 -0
- app/core/models.py +0 -0
- app/main.py +0 -0
- app/schemas/__init__.py +0 -0
- app/schemas/recommendation.py +0 -0
- app/services/__init__.py +0 -0
- app/services/ranking.py +0 -0
- app/utils/__init__.py +0 -0
- app/utils/text.py +0 -0
- models/label_encoder.pkl +2 -2
- models/random_forest_model.pkl +2 -2
- models/tfidf_vectorizer.pkl +2 -2
- requirements.txt +0 -0
- vercel.json +0 -0
.gitattributes
CHANGED
|
File without changes
|
.gitignore
CHANGED
|
File without changes
|
Dockerfile
CHANGED
|
File without changes
|
GEO_CACHE.txt
CHANGED
|
File without changes
|
LICENSE
CHANGED
|
File without changes
|
README.md
CHANGED
|
File without changes
|
app/__init__.py
CHANGED
|
File without changes
|
app/api/__init__.py
CHANGED
|
File without changes
|
app/api/routes/__init__.py
CHANGED
|
File without changes
|
app/api/routes/recommendations.py
CHANGED
|
File without changes
|
app/core/__init__.py
CHANGED
|
File without changes
|
app/core/models.py
CHANGED
|
File without changes
|
app/main.py
CHANGED
|
File without changes
|
app/schemas/__init__.py
CHANGED
|
File without changes
|
app/schemas/recommendation.py
CHANGED
|
File without changes
|
app/services/__init__.py
CHANGED
|
File without changes
|
app/services/ranking.py
CHANGED
|
File without changes
|
app/utils/__init__.py
CHANGED
|
File without changes
|
app/utils/text.py
CHANGED
|
File without changes
|
models/label_encoder.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c377bc01a653194d445516d47c2fc95ac8410597f3683896b90c051baebb1438
|
| 3 |
+
size 1349
|
models/random_forest_model.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ab4744a3f61d4be4361306201fc305dd7e447506038fc77adb8188e54e26c1c
|
| 3 |
+
size 561063985
|
models/tfidf_vectorizer.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d3c38128124178e73664852254c0ddfeb12e2803c559d8d93b87b045a21f515
|
| 3 |
+
size 2485163
|
requirements.txt
CHANGED
|
File without changes
|
vercel.json
CHANGED
|
File without changes
|