Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 883 Bytes

File metadata and controls

16 lines (12 loc) · 883 Bytes

NoteVision - A Mobile App for Classifying Philippine Banknote Bills for Blind People

This project is a partial fulfillment of my undergraduate thesis. Technologies used were Roboflow to annotate the images, Tensorflow for building the model the CNN model, and Android Studio for the building of the app.

Demo 1 Demo 2

To run the project

  1. Clone this repository
git clone https://github.com/mattekudacy/notevision.git
  1. Open the project in your Android Studio.
  2. Wait for the Gradle files to sync.
  3. Run the project

Note: The project was built on Gradle 7.2 and SDK 30. If the project doesn't sync correctly, either you upgrade the Gradle and SDK, or downgrade the project's Gradle and SDK