Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
ThijsVan
/
MyRepo
like
0
Image Classification
Keras
English
arxiv:
1910.09700
Model card
Files
Files and versions
xet
Community
Use this model
thijs
commited on
Jun 5, 2025
Commit
f32c311
·
1 Parent(s):
816dad6
Add main.py
Browse files
Files changed (1)
hide
show
main.py
+6
-0
main.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
os.environ["KERAS_BACKEND"] = "tensorflow"
3
+
4
+
import keras
5
+
6
+
model = keras.saving.load_model("hf://ThijsVan/MyRepo")