Ollama + vision

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42575
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 36 times
Been thanked: 84 times
Contact:

Ollama + vision

Post by Antonio Linares »

https://ollama.com/blog/llama3.2-vision
ollama run llama3.2-vision

Code: Select all | Expand

// Vision example

#include "FiveWin.ch"

function Main()

    local oChat := TOLlama():New( "llama3.2-vision" )

    oChat:SendImage( "c:/fwh/bitmaps/pngs/pan_setting.png" )
    fw_memoEdit( oChat:GetValue() )

    oChat:End()

return nil  
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 42575
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 36 times
Been thanked: 84 times
Contact:

Re: Ollama + vision

Post by Antonio Linares »

ollama + vision + OCR from Harbour and FWH:

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply