Spaces:
Sleeping
Sleeping
File size: 288 Bytes
f8de7c6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "cnn-anime-classification"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.13.0",
"matplotlib>=3.10.0",
"numpy>=2.2.2",
"pillow>=11.1.0",
"scikit-learn>=1.6.1",
]
|