LLMUnity
LLMUnity copied to clipboard
llava_integration_python_api
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.