RVC in API form

#75
by yatharath - opened

I want to use RVC model and host it on aws and get an api which can be used to send some basic details and a voice sample to api, it processes it according to the data sent and sends back a converted voice sample, only speech to speech needed as of now and training is not necessary, just inference is enough

Please help, this is quite urgent for me, even if you don't have a complete solution, tell me whatever you can, just point me in correct direction

@yatharath Were you able to deploy this as an API?

Solved it , it was quite simple , if you just call a simple script as mentioned in this one github repo fork by shashank or something , it a script that calls function and then you can just use fastapi or something to deploy it,
if you can get it working in cli then you are almost done

Sign up or log in to comment