Commit History

fix: extend xlim in plot_ml_vs_dl to prevent clipping of value labels
4744538

Rthur2003 commited on

fix: add lightgbm and xgboost to requirements.txt
5cbef23

Rthur2003 Claude Sonnet 4.6 commited on

feat: integrate wav2vec2 score into score fusion logic
87518a8

Rthur2003 commited on

fix: add wav2vec2 result handling and logging in analyze file processing
8be5b97

Rthur2003 commited on

feat: add Wav2Vec2 detector service to analysis route
5529f33

Rthur2003 commited on

fix: correct AURIS model repository ID in Dockerfile, startup script, and upload script
e8c02eb

Rthur2003 commited on

fix: adjust confidence calculation and streamline model download logic
a55f921

Rthur2003 commited on

fix: real ensemble inference, Youden threshold, DL unpickler
f999d90

Rthur2003 Claude Sonnet 4.6 commited on

docs: update README with model hub deployment steps and new env vars
a676b27

Rthur2003 Claude Sonnet 4.6 commited on

feat: add startup script for model downloads and upload script for Hugging Face Hub
c1db98e

Rthur2003 commited on

fix: update calibration and precision-recall plotting functions to load data from files
129f521

Rthur2003 commited on

fix: update confusion matrix and score distribution functions to load pre-computed CV predictions
fa18330

Rthur2003 commited on

feat: add script to generate publication-ready figures for AURIS paper
e8077a2

Rthur2003 commited on

fix: add ffmpeg decoding fallback for audio loading in analyze_vocals
4718070

Rthur2003 commited on

fix: add ffmpeg decoding fallback for unsupported audio formats in feature extraction
14fc9a2

Rthur2003 commited on

fix: comment out spotdl due to conflicts with gradio
c255068

Rthur2003 commited on

fix: update fastapi and uvicorn versions in requirements.txt
0c32edc

Rthur2003 commited on

fix: update evaluation to use optimal threshold and adjust BCEWithLogitsLoss for class imbalance
9b6c85d

Rthur2003 commited on

fix: adjust BCEWithLogitsLoss to handle class imbalance with pos_weight
5ac76c0

Rthur2003 commited on

fix: add missing roc_curve metric import for evaluation
bfbdc0b

Rthur2003 commited on

feat: add wav2vec2 model display in build_models_md function
a12879f

Rthur2003 commited on

feat: enhance model table HTML with wav2vec2 badge and formatted metrics
83b3658

Rthur2003 commited on

feat: add audio path parameter to _build_model_table_html and include wav2vec2 predictions
fcf0dbd

Rthur2003 commited on

feat: implement wav2vec2 model loading and inference functions for audio processing
3ad0b90

Rthur2003 commited on

feat: add wav2vec2_model to artifacts loading for enhanced model integration
618303c

Rthur2003 commited on

feat: add wav2vec2_model attribute to DemoArtifacts for model integration
bde8144

Rthur2003 commited on

feat: add Wav2Vec2Config and Wav2Vec2MusicClassifier imports for audio classification
8a75b81

Rthur2003 commited on

feat: define families dictionary for candidate classifiers in _build_candidate_families function
1d86705

Rthur2003 commited on

feat: enhance candidate selection with class ratio and calibrated SVC for improved model performance
57f19bf

Rthur2003 commited on

feat: implement optimal threshold calculation for binary predictions in train function
058eadc

Rthur2003 commited on

feat: add CalibratedClassifierCV and roc_curve imports for enhanced model evaluation
27cd744

Rthur2003 commited on

feat: add temporary file patterns to .gitignore for dashboard images
5c69e00

Rthur2003 commited on

feat: implement custom unpickler for TorchSklearnWrapper to support model deserialization
ef35e36

Rthur2003 commited on

feat: add TorchSklearnWrapper import for model deserialization support
026a187

Rthur2003 commited on

feat: enhance model compatibility and input handling for deep learning wrappers
4324aed

Rthur2003 commited on

feat: add TorchSklearnWrapper for PyTorch model compatibility with sklearn and enhance final model training process
bb33480

Rthur2003 commited on

feat: enhance Windows compatibility for asyncio with warning suppression
c7e5d79

Rthur2003 commited on

feat: add Gradio import handling and Windows compatibility for asyncio
306211a

Rthur2003 commited on

Add Gradio dependency to requirements.txt with version constraints
20fe6c3

Rthur2003 commited on

feat: train all models on full data and save their paths
94ed8e9

Rthur2003 commited on

Refactor code structure for improved readability and maintainability
c0f3b71

Rthur2003 commited on

feat: update gauge and bars temperature images for improved visualization
4c67eef

Rthur2003 commited on

feat: update local demo for AURIS AI music detection with enhanced dashboard and model comparison
c4ee459

Rthur2003 commited on

Add gauge temperature image generated by Matplotlib
00d7f18

Rthur2003 commited on

feat: add local demo for AURIS AI music detection with Gradio interface
4e0bd69

Rthur2003 commited on

feat: update duration limit for audio analysis to 1 minute for improved detection
d20e581

Rthur2003 commited on

feat: implement mixed precision training and gradient accumulation in training loop
076d979

Rthur2003 commited on

feat: adjust confidence range in analysis result and optimize parallel processing for feature extraction, vocal analysis, and CLAP detection
8e5e154

Rthur2003 commited on

feat: enhance score fusion confidence range and adjust CLAP weight for improved accuracy
e18d9f7

Rthur2003 commited on

feat: adjust confidence calculation in score fusion to improve agreement handling
ba5cc97

Rthur2003 commited on