Views
No views yet
1# macOS
2brew install ollama
3
4# OR download from https://ollama.com/download
5
6# Start Ollama and pull the LLaVA model
7ollama pull llava:7bpip install -r requirements.txtpython predict.py --image path/to/image.jpgpython predict.py --input_dir path/to/images/ --output_file predictions.jsonauthenticity_score: 0.0-1.0 (0.0 = authentic, 1.0 = manipulated)manipulation_type: Classification of manipulation typevlm_reasoning: Natural language explanationtechnical_report.pdf for detailed methodology, model comparison, and analysis.llava:7b model (see installation steps above)