generation / README.md
acanivet's picture
Formatting
e72f4c2
|
raw
history blame contribute delete
No virus
773 Bytes

A newer version of the Streamlit SDK is available: 1.38.0

Upgrade
metadata
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

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:

pip install -r requirements.txt

Launch :

Once everything is setup correctly, this command in your terminal will launch the app :

streamlit run app.py