File size: 773 Bytes
89d86e4 55056c0 89d86e4 c524223 e72f4c2 c524223 |
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 32 |
---
title: Generation
emoji: 🎹
colorFrom: red
colorTo: red
sdk: streamlit
sdk_version: 1.30.0
app_file: app.py
pinned: false
---
# Sound Generation
![Screenshot of the app](app.png)
This is a demo for the sound generation models built in `pytorch`. It relies on a simple `streamlit` app calling the model with the parameters given by the user. Due to time and material difficulties, the model isn't properly trained and isn't able to produce interesting sounds now.
## Install :
The app relies on `Python 3.10+`. To install the requirements, just type this command in your terminal:
```bash
pip install -r requirements.txt
```
## Launch :
Once everything is setup correctly, this command in your terminal will launch the app :
```bash
streamlit run app.py
``` |