FallTalk / FallTalk4

Fall Talk Project
GNU Affero General Public License v3.0
4 stars 1 forks source link

Local web server possible? #1

Open teddybear082 opened 3 weeks ago

teddybear082 commented 3 weeks ago

This seems like a great project! I am involved in several AI projects that use voice generation, is it in your plans to add a web server (REST API / websockets) by any chance that could load a voice model or audio effect model and generate a voice or sound file?

FallTalk commented 3 weeks ago

http://127.0.0.1:2277/docs

There is actually already a basic web server and swagger that starts up with the app, and you can even generate audio using it. It's not documented yet since its very much still a WIP, but its on the todo list.

If you have a specific use case or app you want to integrate with, let me know.

teddybear082 commented 2 weeks ago

Thank you! Will try it out!