Skip to content

Commit 440ae92

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 17d893f commit 440ae92

File tree

4 files changed

+2308
-2
lines changed

4 files changed

+2308
-2
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[project]
2+
name = "audioenhancer"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"auraloss>=0.4.0",
9+
"bitsandbytes>=0.45.5",
10+
"datasets>=2.14.7",
11+
"descript-audio-codec>=1.0.0",
12+
"einops>=0.8.1",
13+
"encodec>=0.1.1",
14+
"ffmpeg-python>=0.2.0",
15+
"huggingface-hub>=0.15.1",
16+
"pydub>=0.25.1",
17+
"requests>=2.32.3",
18+
"soundstream>=0.0.1",
19+
"torch>=2.7.0",
20+
"torchaudio>=2.7.0",
21+
"tqdm>=4.67.1",
22+
]

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ auraloss
1212
pydub
1313
bitsandbytes
1414
einops
15-
causal-conv1d>=1.2.0
16-
mamba-ssm

0 commit comments

Comments
 (0)