poodle-or-doodle / pyproject.toml
jsulz's picture
jsulz HF staff
initial commit
4fddbf2
raw
history blame contribute delete
471 Bytes
[tool.poetry]
name = "poodle-or-doodle"
version = "0.1.0"
description = "A small Gradio app for seeing if the image is a poodle or labradoodle backed by a fine-tuned resnet18 model"
authors = ["jsulz <[email protected]>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.12.2"
gradio = "4.40.0"
fastai = "^2.7.16"
pillow = "^10.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"