File size: 872 Bytes
baab697
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Audio Analysis to Suno Prompt Generator

This Hugging Face Space analyzes audio files and generates Suno-compatible prompts based on their musical characteristics.

## Features

- Extracts musical key, tempo, and instrument types from audio
- Uses OpenVINO for audio separation
- Generates concise prompts (<200 characters) suitable for Suno
- Supports multiple genres
- Web interface for easy use

## How to Use

1. Upload an audio file (MP3 format recommended)
2. Select a genre from the dropdown
3. Click "Submit" to generate a prompt
4. Copy the generated prompt for use with Suno

## Technical Details

The app uses:
- Librosa for audio analysis
- OpenVINO for audio separation
- Gradio for the web interface

## Notes

- Maximum file size: 100MB
- Supported formats: MP3, WAV
- Processing may take a few minutes depending on file size