Luis-Filipe's picture
Upload app.py
baab697 verified
raw
history blame
872 Bytes
# 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