crowncode-backend / app /services

Commit History

feat: integrate wav2vec2 score into score fusion logic
87518a8

Rthur2003 commited on

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

Rthur2003 Claude Sonnet 4.6 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

Refactor code structure for improved readability and maintainability
c0f3b71

Rthur2003 commited on

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

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

feat: add XAI inference service for explainable predictions with detailed feature contributions
ac52af9

Rthur2003 commited on

feat: enhance feature extraction with additional spectral and temporal metrics
7f1ed48

Rthur2003 commited on

feat: extend AudioFeatures dataclass with additional spectral and temporal metrics
7b2d19a

Rthur2003 commited on

feat: add spectral rolloff and MFCC delta features to audio extraction
017841c

Rthur2003 commited on

fix: improve error handling and logging in YouTubeAnalysisService
c5dd8f6

Rthur2003 commited on

feat: enhance YouTubeDownloader with cookie handling and error normalization
8bf6e42

Rthur2003 commited on

feat: enhance YouTubeDownloader with cookie support and player client cycling
13ab660

Rthur2003 commited on

fix: add type annotation to _parse_response method for clarity
8f9848d

Rthur2003 commited on

fix: refactor import statement and format model path for readability
146568c

Rthur2003 commited on

fix: add docstring to Wav2Vec2DetectorService constructor for clarity
d78b84e

Rthur2003 commited on

fix: add docstring to MetaClassifierService constructor for clarity
b018523

Rthur2003 commited on

fix: add return type annotation to Wav2Vec2DetectorService constructor
8644b6c

Rthur2003 commited on

fix: add return type annotation to MetaClassifierService constructor
146e6e5

Rthur2003 commited on

feat: add wav2vec2 inference service for AURIS music detection
56f8e05

Rthur2003 commited on

feat: implement meta-classifier service for AURIS score fusion
d3432f6

Rthur2003 commited on

feat: add CLAP and FST indicators to score fusion results
e2e6c4b

Rthur2003 commited on

feat: add parsing functions for CLAP and FST results in score fusion
b4ae825

Rthur2003 commited on

feat: enhance fuse_scores function with CLAP and FST results integration
dc559f6

Rthur2003 commited on

feat: add imports for CLAPResult and FSTResult in score_fusion.py
d51601e

Rthur2003 commited on

feat: add FST client for AI music detection using HuggingFace API
0e90a82

Rthur2003 commited on

feat: implement CLAP-based AI music detection service
9b8e571

Rthur2003 commited on

feat: add vocal analysis module for AI music detection
86b258b

Rthur2003 commited on

feat: implement score fusion engine for AI music detection
9afcc8e

Rthur2003 commited on

feat: add audio feature extraction module for AI music detection
29d1ce6

Rthur2003 commited on

fix: remove base_url from service_status response for cleaner output
98d16d1

Rthur2003 commited on

fix: enhance error handling in YouTube analysis and implement API key validation with rate limiting
c3a06a0

Rthur2003 commited on

fix: enhance CORS origin handling and update validation for YouTube URLs
cbff5e0

Rthur2003 commited on

Initial commit: CrownCode Backend for Hugging Face Spaces
7ac6163

Rthur2003 Claude Opus 4.5 commited on