Open stablegpt5279 opened 1 year ago
@haotian-liu Same any solutions?
feature
how to use the model as an API for production applications??
I have a solution, add the code with flask (a web application package), so that the LLaVa model can be a server that can receive the post from any client, each time the model receives the post, it will process the image, and send back the language description to the client.
@haotian-liu Same any solutions?
I have a solution, add the code with flask (a web application package), so that the LLaVa model can be a server that can receive the post from any client, each time the model receives the post, it will process the image, and send back the language description to the client.
feature
how to use the model as an API for production applications??