The aim of the application is to provide assistance to Visually Challenged Individuals with the power of image captioning and VQA (Visual Question Answering)!
App Can be downloaded from here
Publication IEEE
A mobile application built using MVP architecture in Flutter which leverages the power of image processing, and deep learning techniques to identify and describe the current scene through the camera and inform it to the user by audio cues. Added support for gesture controls like tap, double tap and long-press, for navigating through the app. Includes feature that allows the result be converted and read into multiple languages.
To clone and run this repository you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/J0SAL/Aide.git
# Go into the repository
cd Aide
# Install packages
flutter pub get
# Run the app
flutter run