voicemail-detector-cnn-onnx / pyproject.toml
dat
fix: fine tunning model
8468022
raw
history blame contribute delete
347 Bytes
[project]
name = "voicemail-detector-cnn-training"
version = "1.0.0"
description = "Training script for CNN-based voicemail detector"
requires-python = ">=3.10"
dependencies = [
"torch>=2.0.0",
"numpy>=1.24.0",
"scipy>=1.10.0",
"onnx>=1.15.0",
"onnxruntime>=1.16.0",
"onnxscript>=0.5.4",
]
[tool.uv]
dev-dependencies = []