Skip to content

braillo is an application of Artificial intelligence bringing sight to visually impaired and low vision people by turning the visual world into an audible experience

License

Braillo/braillo-android-version

Repository files navigation

About braillo

braillo is an application of Artificial intelligence bringing sight to visually impaired and low vision people by turning the visual world into an audible experience.

Installation

Clone this repository and import into Android Studio

git clone git@github.com:Braillo/braillo-android-version.git

Build variants

Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types

Generating signed APK

From Android Studio:

  1. Build menu
  2. Generate Signed APK...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request