VisualPT / flutter-mediapipe-template

Starter project for Flutter Mediapipe suite, testing implementation of vision package
0 stars 0 forks source link

Hello World for GenAI package #1

Open charlieforward9 opened 1 month ago

charlieforward9 commented 1 month ago

Code example (and collaboratively the guide) for https://ai.google.dev/edge/mediapipe/solutions/genai/llm_inference that runs on Android OS

DrBubbles42 commented 1 week ago

@charlieforward9 Ive gotten flutter set up for android studio and when I run flutter run after getting the dependencies I get an error saying Package(s) mediapipe_genai require the native assets feature to be enabled. Enable usingflutter config --enable-native-assets. when I run flutter config --enable-native-assets it sets the enable native assets to true and I can see it set to true if I run flutter config --list. If I run flutter run again it gives me the same error. Were you able to run it on your end?

charlieforward9 commented 1 week ago

@DrBubbles42 I have not cloned the repo on my end for this, but I can look into doing that tomorrow.

In the meantime, take a look in https://github.com/google/flutter-mediapipe/issues for leads.

Also, our flutter-mediapipe contact is @ craiglabenz . Keep this handle handy.

charlieforward9 commented 1 week ago

See https://github.com/google/flutter-mediapipe/issues/64#issuecomment-2168380223