neuro-comma
neuro-comma copied to clipboard
Api question
Sorry? but i donif find API docs. I started container. how i can add my input.txt file and output? Thank you
P.s. what STT do you use?
Sorry? but i donif find API docs. I started container. how i can add my input.txt file and output? Thank you
P.s. what STT do you use?
Hi @gubri,
Here in docker-compose.yml you can see, that container run fastapi interface.
So, after you started container you can go to localhost:8001 and insert your text for reputation.
Also check quantization.ipynb in case of you want to do it manually. But asking through POST - request should work too.
I hope it helps 😉