DenisovAV / flutter_gemma

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

Download model feature #8

Open tempo-riz opened 3 months ago

tempo-riz commented 3 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 3 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 3 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 ?