cnn-aniclassify / pyproject.toml
mirudev's picture
Upload folder using huggingface_hub
f8de7c6 verified
raw
history blame contribute delete
288 Bytes
[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",
]