Skip to content

A web app and flask server to turn vocals from any youtube song to meows!

License

Notifications You must be signed in to change notification settings

gulnazaki/meowify

Repository files navigation

Meowify

Turn vocals from any youtube song to meows!
The project was developed for HAMR 2020 in 48 hours and received the Best Hack/Research Direction award.

alt text

About

This is an initial release using the Flask microframework. Eventually, I aim to deploy it on heroku.

I wouldn't recommend running it without cuda, since ddsp.training.metrics.compute_audio_features will take too long, especially for long tracks.

DISCLAIMER: Thanks and credits to Magenta for providing DDSP and the colab notebooks that I used and modified for local use and Deezer for providing Spleeter.

Here is an example for "Dumb" by Nirvana

Installation

git clone https://github.com/gulnazaki/meowify.git
cd meowify
pip3 install -r requirements.txt

Running

flask run

visit localhost:5000, enter a youtube link and have fun

About

A web app and flask server to turn vocals from any youtube song to meows!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published