justKevv commited on
Commit
19ce697
·
1 Parent(s): 5f79dee

new model

Browse files
.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:8515c4baa66a6e66c054a3bf582d85a45839dddea5f61555786d7e47932901a2
3
- size 1250
 
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:301e0b80cb9ad940a705f5999a49029bf08c9830d9c1cb5f81c9affbd0799f9f
3
- size 1869273
 
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:e9a901d49e17b88b50a5892a1534ce44a1781b26bd07acbe5313780932bdb518
3
- size 50112
 
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