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
Release files for beatpy 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| beatpy-0.0.3.tar.gz | 9.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| beatpy-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.3 kB
Release files / beatpy-0.0.3.tar.gz
| Download URL | beatpy-0.0.3.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b7534f5d53a8950ca83f490e347a790dcfe2dbdd1a86d2c52b9aebb94f0efcf3
|
|
BLAKE2b-256 checksum How to use checksums |
83d091d802e608d433e3243ca9c43540736ab838ad544f0cff77ae45364da89c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / beatpy-0.0.3-py3-none-any.whl
| Download URL | beatpy-0.0.3-py3-none-any.whl |
|---|---|
| Size | 12.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6cb0a067a0940b7e899277819be79550b716598f31fb26fe088223c0c169f598
|
|
BLAKE2b-256 checksum How to use checksums |
fd672d91b33fada1e598c583d8ab7750c14ac72b0aa75762a720a10c6687685a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|