Skip to content

aniawsz/style-transfer-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer Demo App

An interface for exploring a style transfer audio effect, built using web technologies. This app loads a RAVE model and enables navigating its latent space with controls.

This is a Python app with a web UI. In order to run it:

  • Download one of the RAVE models from here. This app is tested with Darbouka_onnx
  • Set the path to the model in instance/application.cfg
  • Install the dependencies: pip install -r requirements.txt
  • Run the app: flask run

In order to run the app in debug mode, run: flask run --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published