/chat_buddy

ai using gemini api

Primary LanguageDartOtherNOASSERTION

PERSONAL AI

this is a flutter application which uses Gemini genarative AI model to chat with PDF Files, Text AI, and Images

How to run this example

  • clone into the repository
git clone https://github.com/Wamitinewton/my_ai.git
  • navigate to the package root folder
cd your/projects/folder/secure_sec
  • open in code or android studio
  • get all the dependencies
flutter pub get
  • launch the main file
flutter run --release
  • You can also build the APK
flutter build apk