fsl-express / pyproject.toml
lasofeli's picture
Upload folder using huggingface_hub
bc971c7 verified
Raw
History Blame Contribute Delete
487 Bytes
[project]
name = "fsl-redux"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"gradio>=6.5.1",
"gtts>=2.5.4",
"h5py>=3.15.1",
"imageio>=2.37.3",
"jiwer>=4.0.0",
"mediapipe<0.10.30",
"notebook>=7.5.3",
"opencv-python>=4.11.0.86",
"pandas>=2.3.3",
"scikit-learn>=1.8.0",
"seaborn>=0.13.2",
"torch>=2.9.1",
"torchtune>=0.6.1",
"torchvision>=0.24.1",
]