Spaces:
Running
Running
unknown
commited on
Commit
•
beabd45
1
Parent(s):
05a0ac5
genre_types_encoded.json, movie-classifier.onnx, requirements.txt
Browse files- genre_types_encoded.json +1 -0
- movie-classifier.onnx +3 -0
- requirements.txt +4 -0
genre_types_encoded.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"Action": 0, "Drama": 1, "Adventure": 2, "Sci-Fi": 3, "Animation": 4, "Crime": 5, "Comedy": 6, "Thriller": 7, "Fantasy": 8, "Horror": 9, "History": 10, "Mystery": 11, "Biography": 12, "War": 13, "Western": 14, "Sport": 15, "Family": 16, "Romance": 17, "Music": 18, "Musical": 19, "Film-Noir": 20}
|
movie-classifier.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45971e2ed720b8da656dfd61038b0fcf6c270365a5d6a9f5456fc024945ddda3
|
3 |
+
size 331330140
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.10.0
|
2 |
+
torch==2.1.2
|
3 |
+
onnxruntime==1.16.2
|
4 |
+
transformers==4.26.0
|