Commit History

feat: add evaluation framework for AURIS models with metrics computation
bc1975b

Rthur2003 commited on

feat: add SONICS dataset loader for AURIS training pipeline
bfbcec4

Rthur2003 commited on

feat: add AURIS training pipeline module for dataset loading and model training
621b77e

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: update decisionSource assertion to check for auris_ prefix
08942e6

Rthur2003 commited on

feat: change decision_source type to string in AnalysisSummary schema
80d6ccc

Rthur2003 commited on

feat: update requirements.txt to include CLAP and FST dependencies
8852255

Rthur2003 commited on

feat: integrate CLAP and FST detection into score fusion process
4aa7ed9

Rthur2003 commited on

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

Rthur2003 commited on

feat: initialize CLAPDetectorService and FSTClientService in analyze.py
ecb4fb3

Rthur2003 commited on

feat: add CLAPDetectorService and FSTClientService imports in analyze.py
cdec928

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

fix: add test_audio directory to .gitignore
bb0eb0a

Rthur2003 commited on

refactor: improve test function descriptions and structure in test_analyze.py
c046b21

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: enhance analyze endpoint with full audio analysis pipeline and vocal analysis support
7b35ef2

Rthur2003 commited on

fix: expand decision_source options in AnalysisSummary schema
f4784fd

Rthur2003 commited on

fix: update audio processing endpoint to default options to all-off when missing
8ea6326

Rthur2003 commited on

fix: enhance audio processing tests with improved validation and error handling
2ccad2a

Rthur2003 commited on

fix: update audio processing endpoint to accept options as JSON string and validate input
95c22a6

Rthur2003 commited on

fix: add tests for auth failure without API key and ensure rate limiting applies regardless of auth
de799a3

Rthur2003 commited on

fix: implement rate limiting for audio processing endpoint and improve file size handling
1c79dfc

Rthur2003 commited on

fix: implement rate limiting for analysis endpoints to prevent abuse
3580561

Rthur2003 commited on

fix: update CORS origins and API key requirements in README for production guidelines
dfd803e

Rthur2003 commited on

fix: update status code assertions in commend generate tests for better error handling
f89ed85

Rthur2003 commited on

fix: enhance API key validation and implement stale IP eviction in rate limiting
c5f51f7

Rthur2003 commited on

fix: improve CORS origin handling with warnings for production and defaults for development
dd0b28c

Rthur2003 commited on

fix: remove unnecessary CORS origins environment variable from Dockerfile
9a908b0

Rthur2003 commited on

fix: standardize error response format and update request payload keys in commend endpoints
be8f2ab

Rthur2003 commited on

fix: enhance error responses in audio processing endpoint with structured details
e8b1db1

Rthur2003 commited on

fix: update audio processing tests to handle multiple error status codes
91fa7cf

Rthur2003 commited on

fix: update analysis and commend endpoints with additional tests and default values
8bcdcab

Rthur2003 commited on

fix: update API endpoints in README for consistency and clarity
4ec07a1

Rthur2003 commited on

fix: update project structure in README to reflect accurate directory names and organization
6a28768

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: add analysisMode to AnalysisResult and update decisionSource handling in analyze functions
7f1abd6

Rthur2003 commited on

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

Rthur2003 commited on

fix: update filterwarnings in pyproject.toml to ignore additional deprecation warnings
f37f03d

Rthur2003 commited on

chore: update pyproject.toml and requirements.txt with project metadata and comments
d498226

Rthur2003 commited on

fix: update health check test assertions for correct response keys
d12895a

Rthur2003 commited on

refactor: update test client fixture to use context manager for better resource management
36c6633

Rthur2003 commited on

feat: add tests for Crown Commend health and generate endpoints
fb6be88

Rthur2003 commited on