Madhav Jha
Madhav Jha
I am curious how to deploy the bot to one of the cloud platforms. I understand that one can just create a python binary. But does one need to expose...
`updateConversation` -> `updatedConversation`. Fixes https://github.com/mckaywrigley/chatbot-ui/issues/631. Before: After:
I am interested in obtaining joints from the inferred SMPL image and visualize it similar to described in README of this project: https://github.com/gulvarol/smplpytorch. I changed https://github.com/nkolot/GraphCMR/blob/4e57dca4e9da305df99383ea6312e2b3de78c321/demo.py#L118 to `pred_vertices, pred_vertices_smpl, pred_camera,...
This is a great package. I am wondering if we want to implement a custom Transcriber (say based on OpenAI's whisper) how would we go about doing it? Any code...