A command-line interface for interacting with the LLaVA-Phi3 vision model.
Run the CLI with:
``` poetry run python llava_phi3_cli/main.py --image path/to/your/image.jpg ```
Optional: Specify a custom prompt:
``` poetry run python llava_phi3_cli/main.py --image path/to/your/image.jpg --prompt "What objects do you see in this image?" ```