Commit Graph

706 Commits

Author SHA1 Message Date
mbsantiago
26a2c5c851 Modify to numpydoc style 2025-04-12 18:05:02 +01:00
mbsantiago
b93d4c65c2 Create separate targets module 2025-04-12 16:48:40 +01:00
mbsantiago
acda71ea45 Formatting 2025-04-04 10:58:54 +01:00
mbsantiago
98c6da6d42 Removed non needed info on datasets 2025-04-03 16:51:30 +01:00
mbsantiago
fe8d044af2 Using basedpyright 2025-04-03 16:50:58 +01:00
mbsantiago
62fa38557e Minor tweaks 2025-04-03 16:50:49 +01:00
mbsantiago
213b6dfd29 Expose model functions 2025-04-03 16:50:20 +01:00
mbsantiago
bfa6049adc Expose preprocessing functions 2025-04-03 16:50:06 +01:00
mbsantiago
e383a33cbf Improved train module 2025-04-03 16:49:58 +01:00
mbsantiago
7689580a24 Create train config module 2025-04-03 16:49:47 +01:00
mbsantiago
1338ae7431 Better read config nested field 2025-04-03 16:49:21 +01:00
mbsantiago
c2c4ac53fd Formatting 2025-04-03 16:49:11 +01:00
mbsantiago
ff00da9a9a Removed old data module 2025-04-03 16:48:50 +01:00
mbsantiago
22cf47ed39 Moved lightning module to root module 2025-04-03 16:48:31 +01:00
mbsantiago
d9f7304a0f Moved previous code to legacy folders 2025-04-03 16:48:01 +01:00
mbsantiago
451093f2da More structured data module 2025-04-03 16:47:03 +01:00
mbsantiago
30d3a2c92e Start work on expanding cli 2025-04-03 16:46:43 +01:00
mbsantiago
c17a25fa75 Remove dvc dependency 2025-04-02 10:00:57 +01:00
mbsantiago
29f7862153 remove dvc 2025-04-02 09:52:44 +01:00
mbsantiago
dbc3ff9364 Added more up to date numba version 2025-04-02 09:46:50 +01:00
mbsantiago
4b75e13fa2 Bump version: 1.1.1 → 1.2.0
Some checks failed
Python package / build (3.12) (push) Has been cancelled
Python package / build (3.9) (push) Has been cancelled
Python package / build (3.10) (push) Has been cancelled
Python package / build (3.11) (push) Has been cancelled
2025-03-12 18:03:43 +00:00
Santiago Martinez Balvanera
98bf506634
Merge pull request #45 from macaodha/feat/add-chunk-size-to-cli
Added the chunk_size param to the detect command
2025-03-12 18:01:48 +00:00
mbsantiago
b4c59f7de1 Added the chunk_size param to the detect command 2025-03-12 17:59:18 +00:00
Kavi
54ca555587 Fixed code to support Python3.9 syntax 2025-02-27 13:51:58 +01:00
Kavi
230b6167bc Added load_audio_data() which returns the original sample rate. Changed load_audio() implementation so that it uses load_audio_data but retains its signature. du.process_file() now does not need to call get_samplerate 2025-02-27 08:10:27 +01:00
Kavi
f62bc99ab2 Added api method to process a URL 2025-02-26 14:13:21 +01:00
Kavi
47dbdc79c2 Added tests for api and load_audio 2025-02-26 14:12:42 +01:00
Kavi
e10e270de4 Fix error in get_samplerate when reading io.BytesIO. 2025-02-26 14:12:09 +01:00
Kavi
6af7fef316 Fix 'unknown' id by providing a _generate_id() function. 2025-02-26 14:11:11 +01:00
Kavi
838a1ade0d Updated get_samplerate test to use example data file. 2025-02-25 14:46:40 +01:00
Kavi
66ac7e608f Changed the signature of api.process_file, au.load_audio and du.process_file. This allows users to use the same args for processing data as librosa.load() 2025-02-25 14:24:48 +01:00
mbsantiago
150305a273 Format code 2025-02-25 11:25:16 +00:00
mbsantiago
904e8f23ea Update pyright 2025-01-28 19:36:05 +00:00
mbsantiago
48e009fa9d WIP 2025-01-28 19:35:57 +00:00
mbsantiago
f7d6516550 WIP 2025-01-23 14:08:55 +00:00
mbsantiago
e9e1f7ce2f Lets goo 2025-01-05 20:29:32 +00:00
mbsantiago
113223be02 Add hydra to deps 2024-11-20 11:39:46 +00:00
mbsantiago
35c916482c Added datasets to data folder 2024-11-20 11:31:21 +00:00
mbsantiago
09bd8cf423 Added dvc 2024-11-20 11:29:14 +00:00
mbsantiago
f6cdd4e87e Starting to create dataset builders 2024-11-19 22:54:26 +00:00
mbsantiago
9cf159efff Reworking model creation 2024-11-19 19:34:54 +00:00
mbsantiago
36c90a600f Ensure train inputs are almost equal 2024-11-18 18:10:58 +00:00
mbsantiago
1f0fb14d89 Minor restructuring 2024-11-16 21:26:18 +00:00
mbsantiago
ee884da8b0 Make sure labels are working in the notebook 2024-11-16 18:23:43 +00:00
mbsantiago
6a9e33c729 Merge branch 'main' into train 2024-11-15 20:10:36 +00:00
mbsantiago
2100a3e483 Bump version: 1.1.0 → 1.1.1 2024-11-11 13:01:57 +00:00
mbsantiago
1d3cd2e305 Update lock 2024-11-11 13:01:55 +00:00
Santiago Martinez Balvanera
d5753b95bb
Merge pull request #39 from macaodha/fix/handle-empty-files-gracefully
fix: Handle Empty Audio Files Gracefully (GH-20)
2024-11-11 12:59:28 +00:00
mbsantiago
69f59ff559 Added the EOFError to the list of expected errors when processing files 2024-11-11 12:44:21 +00:00
mbsantiago
1a11174bc4 Add a test to validate that empty files are handled gracefully 2024-11-11 12:43:46 +00:00