Análisis de audio.
Project description
Sistema Spleeter
- Descarga la canción dado un
youtube_id. - Separa la canción en pistas
(.wav)con los instrumentos:Vocals / drums / bass / piano / other. - Se convierte
.wav -> .pngpara bajar el peso. - Se calcula el espectrograma para cada separación.
- Ejemplo: Joy Division - Isolation
Quickstart (Backend)
- Crear entorno virtual.
cd /path/to/project
python3 -m venv env
- Activar el entorno.
source env/bin/activate
- Instalar dependencias.
pip install -r requirements.txt
- Run.
python3 main.py
Audio Tool
-
Funciona con
numpy<2ypython3.10.x. -
Instala python3.10.16 y crea el entorno.
sudo ./install_python_spleeter.sh
Doc API
Con el backend ejecutando:http://127.0.0.1:8000/redoc
Youtube
https://github.com/yt-dlp/yt-dlp
Datasets
Probar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
beatpy-0.0.3.tar.gz
(9.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
beatpy-0.0.3-py3-none-any.whl
(12.6 kB
view details)
File details
Details for the file beatpy-0.0.3.tar.gz.
File metadata
- Download URL: beatpy-0.0.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7534f5d53a8950ca83f490e347a790dcfe2dbdd1a86d2c52b9aebb94f0efcf3
|
|
| MD5 |
f8146ff10f5a15127def698fb607bf61
|
|
| BLAKE2b-256 |
83d091d802e608d433e3243ca9c43540736ab838ad544f0cff77ae45364da89c
|
File details
Details for the file beatpy-0.0.3-py3-none-any.whl.
File metadata
- Download URL: beatpy-0.0.3-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cb0a067a0940b7e899277819be79550b716598f31fb26fe088223c0c169f598
|
|
| MD5 |
b3dc2fad6fac05a8243b7640c84c0568
|
|
| BLAKE2b-256 |
fd672d91b33fada1e598c583d8ab7750c14ac72b0aa75762a720a10c6687685a
|