Add Working Milestone with Initial Results and Model Inference #82

Merged
nuluh merged 6 commits from feature/48-feat-refactor-stft-preprocessing-and-training-pipeline-into-importable-modules into main 2025-05-23 18:30:10 +00:00
Showing only changes of commit 8a166e8b11 - Show all commits

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
# Ignore CSV files in the data directory and all its subdirectories # Ignore CSV files in the data directory and all its subdirectories
data/**/*.csv data/**/*.csv
.venv/ .venv/
*.pyc *.pyc
*.egg-info/