EyeDentify is an app that enables the eyeDentification of objects in one's surroundings and a brief explanation of what might be going on in the scene. EyeDentify makes use of Firebase AI Extensions, namely PALM AI's Text Prompts and Google's text-to-speech Technology
- Identifying objects around the surrounding environment.
- Identified Text to speech
- Full accessibility feature
-
Language Tasks with PaLM API: This extension allows you to perform language tasks using the PaLM API, a custom prompt, and Firestore.
-
Convert Text to Speech: This extension converts text from Firestore documents into speech using the Google Cloud Text-to-Speech API.
-
cloud_firestore: Flutter plugin for Cloud Firestore, a cloud-hosted, NoSQL database with live synchronization and offline support on Android and iOS.
-
firebase_storage: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and cost-effective object storage service for Android and iOS.
-
google_mlkit_object_detection: A Flutter plugin to use Google's ML Kit Object Detection and Tracking to detect and track objects in an image or live camera feed.
-
sliding_up_panel: A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
Check on youtube here: https://www.youtube.com/watch?v=TbU4K3_ZNyI
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.