Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 401 Bytes

SOUND_GENERATOR.md

File metadata and controls

27 lines (17 loc) · 401 Bytes

Sound Generator App

Requires python >= 3.6

Clone repository

git clone https://github.com/TheSoundOfAIOSR/rg_sound_generation.git
cd rg_sound_generation

Create virtual environment

python -m venv env
env\Scripts\activate

Install required packages

pip install -r requirements.txt

Run the server

streamlit run app.py

Go to http://localhost:8501 - the app should be running