FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Artificial Intelligence examples Ollama + vision
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Ollama + vision
Posted: Thu Feb 06, 2025 11:27 AM
https://ollama.com/blog/llama3.2-vision
ollama run llama3.2-vision
// 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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Ollama + vision
Posted: Fri Feb 07, 2025 07:37 AM
ollama + vision + OCR from Harbour and FWH:

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion