Skip to content

🔎A Currency Detection app for the visually impaired which automatically recognizes what currency is shown to the camera🔎

License

Notifications You must be signed in to change notification settings

Bensam02/Noteify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteify

Noteify is a currency detection app made for the visually impaired to check whether they have been handed the right amount of money and thereby, ensuring that they have not been cheated upon, giving the output as a computer-generated audio, having basic UI for better User-Experience.

This is a project done by me and my partners Ashna Nizam , Ben Sam , Mannu Thomas and CJ Peter and the app was developed using Flutter.

The main modules used are:

camera
tflite
flutter_tts
path_provider

The backend comprises of the tflite package using a tflite model along with the labels which specifies all the classes. The flutter_tts is a text-to-speech module in flutter used to convert text to speech, used here so that the output can be obtained as an audio.

Advantages

  1. No authentication/login required.
  2. No internet connection required.
  3. Highly User-friendly
  4. Local storage will not be further consumed after installation.
  5. Good-high accuracy in predicting.
  6. A total calculating feature.
  7. Computer-generated audio output.

How to clone

  1. Create a flutter app in your local system using android studio and name it Noteify
  2. Download the repo.
  3. Add the files in the assets folder into your local system assets folder.
  4. Copy paste main.dart and pubspec.yaml files from the repo.
  5. Change the minsdkversion in the android/app/build.gradle to 21.
  6. Copy paste ios/runner/info.plist from this repo.
  7. Run packages.get in pubspec.yaml
  8. Optional(To change your app icon to ours, you have to change the minmap folders in your android/app/src/main/res/ to the ones in the repo).
  9. Run the main.dart after connecting to your mobile.

Check out CONTRIBUTING.MD to learn how to contribute.

About

🔎A Currency Detection app for the visually impaired which automatically recognizes what currency is shown to the camera🔎

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 76.4%
  • Objective-C 8.9%
  • Java 5.2%
  • Shell 4.8%
  • Swift 3.6%
  • Kotlin 1.1%