neuro-comma icon indicating copy to clipboard operation
neuro-comma copied to clipboard

Api question

Open gubri opened this issue 3 years ago • 1 comments

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?

gubri avatar Jul 28 '22 13:07 gubri

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 😉

sviperm avatar Jul 31 '22 07:07 sviperm