cifar100-classifier / pyproject.toml
Krishnakanth1993's picture
Deploying CIFAR 100 best model
b9a3037
raw
history blame contribute delete
363 Bytes
[project]
name = "cifar100-classifier"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiofiles>=25.1.0",
"fastapi>=0.118.3",
"gradio-client>=1.13.3",
"groovy>=0.1.2",
"orjson>=3.11.3",
"pydub>=0.25.1",
"python-multipart>=0.0.20",
"safehttpx>=0.1.6",
]