Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 571 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 571 Bytes

Automatic Bass Transcription

This is Automatic Bass Transcription project repository. It consists of three parts explained below. Visit the project website to learn more.

Experiments

Contains Jupyter notebooks of the model experiments conducted.

Backend

A FastAPI app to host the trained models. The models and sample audio are provided.

Client

A simple Next.js web app to interact with the backend.

app