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
Joel Mathew Thomas
3b7bac94f7
create new package spectogram
2025-01-06 21:43:54 +05:30
Joel Mathew Thomas
6795878bab
Merge pull request #7 from joelmathewthomas/refactor/code-cleanup
...
Code refactoring
2024-12-28 00:37:30 +05:30
Joel Mathew Thomas
8078d4ebd3
code cleanup
...
removed unused parameter from demucs_wrapper
2024-12-27 19:01:24 +00:00
SUFIYANJT
fba8fb9b80
Merge pull request #6 from joelmathewthomas/bugfix/demucs
...
Bugfix/demucs
2024-12-26 22:20:39 +05:30
Joel Mathew Thomas
6529572f4c
fix package initializations
2024-12-26 22:18:34 +05:30
Joel Mathew Thomas
7f4883514d
change sampling rate for demucs to 44.1Khz
2024-12-26 22:17:40 +05:30
Joel Mathew Thomas
9d80012cc9
Merge pull request #5 from joelmathewthomas/feature/separation-demucs
...
Add Demucs Wrapper and Preprocessing Enhancements with Tests
2024-12-26 20:59:52 +05:30
Joel Mathew Thomas
a7176a4476
added test for resample module
2024-12-26 20:58:51 +05:30
Joel Mathew Thomas
826af263b3
added tests for demucs-wrapper.py, update deps
2024-12-26 20:46:37 +05:30
Joel Mathew Thomas
a4b0955074
update dependencies
2024-12-26 19:49:21 +05:30
Joel Mathew Thomas
cfd30185bd
add resample module in preprocessing package, refactor demucs_wrapper.py
2024-12-26 19:47:24 +05:30
Joel Mathew Thomas
96b4468138
using librosa to load the audio file
2024-12-26 16:50:29 +05:30
Joel Mathew Thomas
d0f6c8c77a
disable cuda for classify.py
2024-12-26 16:30:19 +05:30
Joel Mathew Thomas
1c71419537
use demucs with subprocess to separate music into bass, drums, vocals and other
2024-12-26 16:03:36 +05:30
Joel Mathew Thomas
e7c750483e
create separation package
2024-12-26 13:19:08 +05:30
Joel Mathew Thomas
53538230c4
Merge pull request #4 from joelmathewthomas/feature/preprocessing-classify
...
Implement audio classification using YAMNet in preprocessing pipeline
2024-12-26 01:11:11 +05:30
Joel Mathew Thomas
24ff8195fc
Remove unnecessary file from samples/
2024-12-26 01:08:52 +05:30
Joel Mathew Thomas
dc81f36d74
Add test case for classify_audio function
...
- Implemented test case to verify audio classification with YAMNet
- Used 'cafe_crowd_talk.wav' as test file, expecting 'Speech' as the output class
2024-12-26 01:02:10 +05:30
Joel Mathew Thomas
e4abb070db
Implement audio classification function using YAMNet
...
- Create a function to load audio, resample, and classify using YAMNet
- Ensure compatibility with different audio formats and sample rates
- Normalize audio and classify it into one of 600 categories
2024-12-26 00:58:53 +05:30
Joel Mathew Thomas
cbebf7bd93
Remove unnecessary libraries and replace with librosa
...
- Removed unused imports for and
- Replaced resampling with for waveform handling
2024-12-26 00:49:10 +05:30
Joel Mathew Thomas
1ddbbadfc8
Integrate YAMNet for audio classification
...
- Added sample audio files: cafe_crowd_talk.wav, miaow_16k.wav, and speech_whistling2.wav
- Implemented YAMNet-based audio classification in classify.py
- Updated requirements.txt to include TensorFlow and dependencies for YAMNet
2024-12-26 00:41:23 +05:30
Joel Mathew Thomas
7fbc8ab651
update dependencies
...
add tensorflow and tensorflow-hub via pip
2024-12-25 23:43:54 +05:30
Joel Mathew Thomas
52e60e8011
set local python version
2024-12-25 23:35:49 +05:30
Joel Mathew Thomas
9de680e2b0
Merge pull request #3 from joelmathewthomas/update-readme
...
Update README.md
2024-12-25 23:29:12 +05:30
Joel Mathew Thomas
a68362721b
Update README.md
2024-12-25 23:28:25 +05:30