SeeForMe Accessibility App for Android

by SeeForMe in Circuits > Assistive Tech

987 Views, 2 Favorites, 0 Comments

SeeForMe Accessibility App for Android

Screenshot_2016-03-13-11-34-03.png
Screenshot_2016-03-16-19-39-00.png
Screenshot_2016-03-16-19-31-09.png
Screenshot_2016-03-16-19-30-36.png
Screenshot_2016-03-16-19-33-52.png

SeeForMe is an Android application that integrates with the accessibility program TalkBack, providing spoken feedback on three possible modes of photo processing: object, text, and color recognition. Users with visual impairments are better able to understand their surroundings with the help of the SeeForMe application.

In order to get SeeForMe running on your phone, you will need a Google Cloud Vision API Key, Android Studio, and an Android Device with TalkBack installed.

We hope our project proves to be useful, and we'd love to see any iterations or improvements that may be made.

You can contact us at SeeForMeUW@gmail.com and we'll try to respond as soon as we are able.

Special thanks to:

Jacob Wood, Anat Caspi, Bruce Hemingway, George Zatloka

Get a Google Vision API Key

Instructable 1.png

Follow this link
https://cloud.google.com/vision/docs/getting-started

Being able to use the SeeForMe Application requires an API key in order to make calls to the Google Cloud Vision engine.

Follow the steps in the guide provided by Google.

Once you've created a key, be sure to remember where to find it.
You'll need it later.

Have Android Studio Installed

Instructable 2.png

If you have Android Studio already installed, great!

Otherwise, follow this link.
https://developer.android.com/sdk/index.html

Once you have Android Studio installed, you'll be ready to get the SeeForMe project.

Download the SeeForMe GitHub Repo

Instructable 3.png

Follow this link to go to the SeeForMe GitHub page

https://github.com/uwcse481h2016/SeeForMe2

You can download this as a .zip and unpack this project into your Android Workspace.

Open the SeeForMe Project in Android Studio

Instructable 4.png
Instructable 5.png

From Android Studio, select the option to "Open an existing Android Studio project"

Then find your copy of the SeeForMe repository.

DO NOT SELECT THE SEEFORME PROJECT IMMEDIATELY.

You must go into that folder, and within the project that you unpacked from the .zip file, select the SeeForMe folder, as indicated in the screenshot.

Once this is correctly selected, Android will begin to build the project.

Insert Your API Key

Instructable 6.png
Instructable 7.png
Instructable 8.png
Instructable 9.png

Now that you have successfully downloaded and built the project, you'll have to navigate to the correct location to input your Google Cloud Vision API key.

On the left side, you'll have to change the Android Project view, from the default Android Project View, to the Project view as indicated in the screenshots.

Then navigate the folder directory to get to Camera2BasicFragment file.

This is under SeeForMe > app > src > main > java > edu.uw.seeforme.seeforme > Camera2BasicFragment

Once you open the Camera2BasicFragment file, you can find the appropriate location for you to place your own API key from Step 1.

Place your key in the indicated spot, and then save your changes.

Run the SeeForMeApp

Instructable 8.png
Instructable 9.png

After you have saved your changes with your API key, you'll be able to run the SeeForMe app to your phone.

Just hit the Run button as indicated, select your device, and wait for the SeeForMe app to build to your phone.

You've now successfully built the SeeForMe app.

You can see our User Guide in the GitHub repository, as well as further information on our project.

The SeeForMe app is meant to work with the TalkBack accessibility application, and you may have to turn this on in your phone separately. TalkBack is already installed on most devices, and can typically found in your phone under Settings > System > Accessibility.

Thanks for following along!