DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
55 stars 17 forks source link

Download model feature #8

Closed tempo-riz closed 1 month ago

tempo-riz commented 5 months ago

Hey @DenisovAV first thanks for this package !

How are you planning to implement the download model feature ? Do you need any help or contribution ?

DenisovAV commented 5 months ago

Yes, this is the first thing I am going to implement: the ability to specify the model path and download it in the background. I hope to get around to it soon. However, if you want to help, I would gladly accept your assistance to get it done faster :)

tempo-riz commented 5 months ago

The thing I noticed is to download the model you must be login and accept the google terms, and you are probably rate limited, which could be problematic in a production app, maybe the model is also freely hosted somewhere we could use ? I didn't find yet... Or you expect the dev to host the model somewhere ?

DenisovAV commented 1 month ago

please check 0.3.0 version, probably there is functionality you looked for