Skip to content

Code for Dynamic Cast workshop at Audio Developer Conference 2024: Practical Machine Learning

Notifications You must be signed in to change notification settings

dynamic-cast/ADC24

Repository files navigation

Style Transfer Demo App

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

Code for Dynamic Cast workshop at Audio Developer Conference 2024: Practical Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published