LOADING…
0%
Complete changelog

Commit

feat: Add audio analysis service using FastAPI

Commit details

Commit notes

This commit introduces a new FastAPI-based microservice for audio analysis. It includes:

- Dockerfile and entrypoint script for containerization. - Environment configuration (`.env.example`). - Core analysis logic in `app.py`, `dsp.py`, and `embed.py`. - Database interaction (`db.py`) for storing features and metadata. - S3-compatible storage integration (`r2.py`). - Projection logic (`project.py`) for generating 2D embeddings. - Pydantic models for API requests and responses. - Basic unit tests.

Co-authored-by: armin.naimi <[email redacted]>

Files changed
15
Lines added
+868
Lines removed
−0
This page is a permanent record of commit 8a6f48bb.