gulnazaki / meowify

A web app and flask server to turn vocals from any youtube song to meows!
Apache License 2.0
13 stars 4 forks source link

Guidance on its usage #1

Open ashwani-rathee opened 3 years ago

ashwani-rathee commented 3 years ago

@gulnazaki Hey Thomas, We participated in HAMR2020 together where I made SInFork and you made meowify.I wanted to ask if I can work on something related to this and in a way a extension of this work where I wanted to add more animals then just cats like birds,dogs etc.

Also,Can you help with this issue of mine while trying to run this on Ubuntu 20.04: When I try to : pip3 install -r requirements.txt Error:

ERROR: Cannot install -r requirements.txt (line 10) and -r requirements.txt (line 5) because these package versions have conflicting dependencies.

The conflict is caused by:
    google-colab 1.0.0 depends on pandas~=0.24.0
    spleeter 2.0 depends on pandas==1.1.2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

But then I try to manually install things,but the issue persists in various ways like sometime even after installing spleeter it show no module named spleeter,uninstalling already installed version of a package,etc

gulnazaki commented 3 years ago

Hello Ashwani,

google-colab is not needed, so I removed it from the requirements, it should be fine now. Spleeter should work also, you could try removing it completely and then doing a clean install with pip, if it persists look up their repo.

Good luck with the project you have in mind, I hope it turns out to be cool. I mostly contributed the idea and used spleeter and ddsp for the implementation. If you want just mention this repo as inspiration. Thanks for asking.