added model and new examples; added pyproject toml

This commit is contained in:
2026-01-10 20:40:46 +01:00
parent 8379ac8e12
commit fb97f6c3a8
7 changed files with 2776 additions and 0 deletions

BIN
checkpoint70.pth Normal file

Binary file not shown.

0
examples/mirror_mirror/mirror_mirror.mp3 Normal file → Executable file
View File

Binary file not shown.

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[project]
name = "ml-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"accelerate>=1.12.0",
"datasets>=4.4.2",
"diffusers>=0.36.0",
"ftfy>=6.3.1",
"ipython>=9.9.0",
"ipywidgets>=8.1.8",
"jupyterlab>=4.5.1",
"librosa>=0.11.0",
"matplotlib>=3.10.8",
"scikit-learn>=1.8.0",
"torchaudio>=2.9.1",
"torchcodec>=0.9.1",
"torchvision>=0.24.1",
"transformers>=4.57.3",
]

2754
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff