235 Commits

Author SHA1 Message Date
Joel Mathew Thomas 489a37c007 combine separation tests
combined separation tests, because classify_audio would fail when other models ran on GPU
2025-01-29 00:28:54 +05:30
Joel Mathew Thomas 7f973db1d0 add test case to test mpariente/ConvTasNet_WHAMsepcleanwrapper 2025-01-28 23:51:21 +05:30
Joel Mathew Thomas fae60a8120 Fix: Corrected shape handling for separated sources, extracting each source as a separate 1D array 2025-01-28 23:34:08 +05:30
Joel Mathew Thomas 9e7c01c19e speech separation works, but ends up on either channels of same audio 2025-01-28 23:19:52 +05:30
Joel Mathew Thomas 88ebfb66f6 change model 2025-01-28 22:39:45 +05:30
Joel Mathew Thomas 2982aaaafd add postprocessing package and create module for audio export 2025-01-28 20:33:57 +05:30
Joel Mathew Thomas 3914b2c5ba remove unused parameter 2025-01-28 20:33:28 +05:30
Joel Mathew Thomas 7a7c27caa3 create ConvTasNet wrapper using asteroid 2025-01-28 20:20:48 +05:30
Joel Mathew Thomas 8e3e7dd062 Merge pull request #21 from joelmathewthomas/bugfix/scripts
Bugfix/scripts
2025-01-26 18:28:28 +05:30
Joel Mathew Thomas a041e7f0ef add script which can be sourced to setup the current SHELL environment 2025-01-26 18:11:19 +05:30
Joel Mathew Thomas e63513d336 remove site-packages.pth 2025-01-26 18:10:53 +05:30
Joel Mathew Thomas 8900fabe57 correctly set path in site-packages.pth 2025-01-26 17:10:03 +05:30
Joel Mathew Thomas 0fa92c2656 Merge pull request #20 from joelmathewthomas/refactor/venv
refactor/venv
2025-01-26 16:46:52 +05:30
Joel Mathew Thomas 5975097ed5 update deps 2025-01-26 16:41:43 +05:30
Joel Mathew Thomas f0c31745b8 update deps 2025-01-26 16:39:32 +05:30
Joel Mathew Thomas d91d331def create scripts to freeze deps for each env, and install modules to specific env's 2025-01-26 16:32:10 +05:30
Joel Mathew Thomas fcef4c958d fix dependency hell
setup a new env structure. Use a common env, and separate one for tensorflow due to dependency hell
2025-01-26 16:03:24 +05:30
Joel Mathew Thomas 16bac62457 Merge pull request #19 from joelmathewthomas/feature/enable-cuda
enable cuda for classify_audio and demucs_wrapper
2025-01-25 18:02:24 +05:30
Joel Mathew Thomas 7295d4ff3d enable cuda for classify_audio and demucs_wrapper 2025-01-25 17:38:27 +05:30
Joel Mathew Thomas e0c19002d1 Merge pull request #18 from joelmathewthomas/refactor/codebase-refactor
Refactor/codebase refactor
2025-01-11 03:39:34 +05:30
Joel Mathew Thomas 5164e2cebd rename samples/ to test_audio, and move it to tests/ 2025-01-11 03:24:05 +05:30
Joel Mathew Thomas 65fefe5ace rename frontend/ to client/ 2025-01-11 03:14:35 +05:30
Joel Mathew Thomas 77bae8b396 Merge pull request #17 from joelmathewthomas/feature/celery-env-config
Set env vars necessary for celery within celery config
2025-01-11 03:07:28 +05:30
Joel Mathew Thomas 15b69ae37b set env vars necessary for celery within celery config 2025-01-11 03:00:40 +05:30
Joel Mathew Thomas 3d0630560d Merge pull request #16 from joelmathewthomas/refactor/update-gitignore
refactor: updated gitignore for django project
2025-01-11 02:09:45 +05:30
Joel Mathew Thomas 9ba02c7deb update gitignore 2025-01-11 02:08:06 +05:30
SUFIYANJT c739560c53 Merge pull request #15 from joelmathewthomas/docs/fix-comment
fix comment
2025-01-10 22:26:41 +05:30
Joel Mathew Thomas d07a66dc1b fix comment 2025-01-10 22:23:19 +05:30
Joel Mathew Thomas 2c9b4fa8ec Merge pull request #14 from joelmathewthomas/docs/fix-comment
fix comment
2025-01-10 22:20:16 +05:30
Joel Mathew Thomas 7f9a8585f6 fix comment 2025-01-10 22:18:27 +05:30
Joel Mathew Thomas b1a53b63a2 Merge pull request #13 from joelmathewthomas/feature/high-refresh-rate
Set the app refresh rate to highest available
2025-01-10 22:13:55 +05:30
Joel Mathew Thomas de29fba77f set the app refresh rate to highest available 2025-01-10 22:11:40 +05:30
Joel Mathew Thomas a5daf1d743 Merge pull request #12 from joelmathewthomas/feature/rename-app
Feature/rename app
2025-01-10 21:49:25 +05:30
Joel Mathew Thomas 4d2a31fe47 change app name to freq-split-enhance 2025-01-10 21:38:58 +05:30
Joel Mathew Thomas 2f2732459b change app name to freq-split-enhance 2025-01-10 21:30:35 +05:30
Joel Mathew Thomas ad7cacfeed added .gitignore for frontend 2025-01-10 19:52:26 +05:30
Joel Mathew Thomas 6d3bdfa1da Merge pull request #11 from joelmathewthomas/cleanup/refactor
refactor code directories
2025-01-09 11:41:53 +05:30
Joel Mathew Thomas 2608391608 refactor code dir
rename backend/ to api/, remove leftover dir ui/
2025-01-09 11:39:56 +05:30
Joel Mathew Thomas 3d0dfcd42b Merge pull request #10 from joelmathewthomas/feature/ui
Add Flutter-based frontend (UI) to the project
2025-01-09 11:35:03 +05:30
Joel Mathew Thomas 2ec7981f5f refactor code dir
rename ui/ to frontend/
2025-01-09 11:33:19 +05:30
Joel Mathew Thomas 5da5d7b69f Merge pull request #9 from joelmathewthomas/backend
create backend Django app
2025-01-09 11:21:58 +05:30
Joel Mathew Thomas 5ef1d66f53 updated dependencies: add django, redis, celery 2025-01-09 11:17:56 +05:30
Joel Mathew Thomas 740827e7a9 Merge pull request #8 from joelmathewthomas/feature/spectrogram
Add spectogram package
2025-01-09 11:09:07 +05:30
karthikeyan-ks c3f5903bd0 backend it integrated with audio separation module 2025-01-08 22:15:12 +05:30
SUFIYANJT 7ac9bb5c18 added code for ui 2025-01-08 20:38:38 +05:30
karthikeyan-ks 889630d7f1 celery added for asynchronus working of voice separation 2025-01-08 01:09:50 +05:30
Joel Mathew Thomas 6a19dbed20 add code to display spectogram 2025-01-06 22:28:08 +05:30
karthikeyan-ks 10181e4d17 changes 2025-01-06 22:17:09 +05:30
Joel Mathew Thomas 08983d7e72 add code to generate spectogram array and plot_data 2025-01-06 22:11:49 +05:30
karthikeyan-ks 2ee423f35f backend imtegration 2025-01-06 21:52:23 +05:30