Skip to content

Commit

Permalink
Initial refactor - not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Jul 22, 2024
1 parent 3343092 commit 998c1d2
Show file tree
Hide file tree
Showing 48 changed files with 2,010 additions and 2,348 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python core.py prerequisites --models "True"
- name: Test Preprocess
run: |
python core.py preprocess --model_name "Evaluate" --dataset_path "logs/mute/sliced_audios" --sampling_rate "48000"
python core.py preprocess --model_name "Evaluate" --dataset_path "logs/mute/sliced_audios" --sample_rate "48000"
- name: Test Extract
run: |
python core.py extract --model_name "Evaluate" --sampling_rate "48000"
python core.py extract --model_name "Evaluate" --sample_rate "48000"
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#temp
docs

# Ignore logs folder
logs

# Ignore compiled executables
*.exe

Expand All @@ -9,6 +15,7 @@
*.bin
*.ckpt
*.yaml
*.txt

# Ignore Python bytecode files
*.pyc
Expand Down
424 changes: 41 additions & 383 deletions README.md

Large diffs are not rendered by default.

93 changes: 0 additions & 93 deletions api.py

This file was deleted.

Loading

0 comments on commit 998c1d2

Please sign in to comment.