Skip to content

Commit 0f23990

Browse files
committed
mod index, add toml
1 parent 6aac87b commit 0f23990

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"source": [
3030
"# Homework Task Template\n",
3131
"\n",
32-
"- [Homework Task Template](homework/homework.ipynb)\n",
32+
"- [Homework Task Template](homework/homework_template.ipynb)\n",
3333
"\n",
34-
"# Planned Syllabus Winter Semester 2024/25\n",
34+
"# Planned Syllabus Winter Semester 2025/26\n",
3535
"\n",
3636
"- [Numerical Examples from the Slides](slides/ddasp_exercise_slides.ipynb)\n",
3737
"\n",

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "data-driven-audio-signal-processing-exercise"
3+
license = "MIT"
4+
version = "0.1.0"
5+
description = "Data Driven Signal Processing - A Tutorial with Computational Examples"
6+
readme = "README.md"
7+
authors = [{ name = "Frank Schultz", github = "fs446" }]
8+
requires-python = ">=3.13"
9+
dependencies = ["torch", "torchvision", "tensorflow", "keras-tuner", "scikit-learn",
10+
"statsmodels", "numpy", "scipy", "matplotlib", "ipympl", "librosa", "soundfile",
11+
"pyloudnorm", "ipykernel"]
12+
13+
[project.urls]
14+
Repository = "https://github.com/spatialaudio/data-driven-audio-signal-processing-exercise"

0 commit comments

Comments
 (0)