Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
gabri14el
/
grapevine_classification
like
0
Image Classification
Keras
plant-classification
Model card
Files
Files and versions
Community
Use this model
main
grapevine_classification
/
gui
/
setup.py
gabri14el
Upload with huggingface_hub
e6b3e35
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
from
distutils.core
import
setup
import
py2exe
setup(console=[
'App.py'
])