LLMUnity icon indicating copy to clipboard operation
LLMUnity copied to clipboard

llava_integration_python_api

Open Nileneb opened this issue 1 year ago • 0 comments

This PR introduces the initial integration of LLaVA models using the Ollama API. Key features include:

Camera-based image capture and Base64 encoding for image transmission.
Test script (OllamaTest.cs) to verify communication with the Ollama server.

For a detailed setup and usage guide, please refer to the README file included in this branch. Testing:

Follow the setup instructions in the README.
Run OllamaTest.cs to validate API communication.
Verify that images captured from the camera are processed successfully.

Nileneb avatar Dec 15 '24 21:12 Nileneb