Ssebowa-vllm is an open-source visual large language model (VLLM) developed by Ssebowa AI. It is a powerful tool that can be used to understand images. Ssebowa-vllm has 11 billion visual parameters and 7 billion language parameters, supporting image understanding at a resolution of 1120*1120.
1from ssebowa import ssebowa_vllm
2model = ssebowa_vllm()
3
4response = model.understand(image_path, prompt)
5print(response)