Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Amazon Alexa to make open data more interactive, inclusive and accessible #129

Open
9 of 17 tasks
tom-montgomery opened this issue Jul 18, 2018 · 3 comments
Open
9 of 17 tasks
Labels
Accessibility Inactive A project that hasn't had movement in awhile or is lacking a strong project champion Python

Comments

@tom-montgomery
Copy link
Member

tom-montgomery commented Jul 18, 2018

What problem are you trying to solve?

Municipal open data in its raw form can be hard to access for a lot of people, and for those that may be vision impaired or not have a computer especially so. Using the Amazon Alexa skills kit (and eventually google voice) we have the opportunity to interface with City of Austin's Socrata API to give users an interactive experience of navigating data and local services.

Who will benefit (directly and indirectly) from your project?

Community members who have access to voice tech

What other resources/tools are currently serving the same need? How does your project set itself apart?

By using voice tech to give access to public data and services to vision impaired members of the community.

What help do you need now?

Python coding using the Alexa Skills SDK. I have already gotten some progress you can see in my repo below:
https://github.com/tom-montgomery/alexa-opendata

I have started integrating the Austin Resource Recovery (ARR) Socrata data so that people can figure out their garbage/recycle/organics pick up day using their voice.

What are the next steps (validation, research, coding, design)?

I would like to add more functionality outside of ARR data, so people could use their voice to ask about public safety or health related data which can be found on the City Of Austin open data portal:
https://data.austintexas.gov/

Most of the data sets available have a SODA API endpoint.

How can we contact you outside of Github(list social media or places you're present)?

[email protected]
https://open-austin.slack.com
username: tomatx
channel: #alexa-opendata


Project management

Checklist for NEW ideas 👶

Hey, you're official! You're now part of the growing civic hacking community in Austin. Here's a few things to get started (a couple you've probably already done).

  • Create this idea issue
  • Flesh out the who, where, and what questions above
  • Start the conversation about this idea on Slack Replace this link to the #general channel with your project's preferred channel.

Checklist for ACTIVE projects 🔥

Let's get this project started! When this idea starts taking off, the Projects Core Team will start helping this project's lead(s) out with project management and connecting you to resources you may need. To get there, please complete and check off the following:

  • Post an update at least once a month to this issue. Use BASEDEF for ideas, but it's ok even if your update is just "nothing new happened this month" or "we saw a small increase in traffic to our app this month". If there's no activity for two months, that's no problem, life happens. We'll just label this as backlog so others know you'll get back to it when you have the time. If nobody hears from you at all in more than two months, we may mark it as abandoned so that others can pick up this idea and run with it.
  • Take 30 minutes to complete Open Leadership 101
  • Create a GitHub repository. Ask for help setting up permissions if you want your repository to be within the Open Austin Github organization.
  • Create a README file in your project repository. This file should help newcomers understand what your project is, why it's important, and kinds of help you're looking for.
  • Create issues to describe each task that you plan to do or need help with and how a contributor can get started on that task. You might start and stop a lot, so consider issues as your to-do list.
  • Create a team for your core contributors
    • This will make it easier for you to manage your github repo access. People on a team have the same level of access. Admin access will allow your trusted contributors to make changes as needed.
    • You can remove and add people to your team as needed.
    • View some of our teams: https://github.com/orgs/open-austin/teams
    • Note: You can also allow collaborators outside of your team and give them more limited access.
  • Create a user group in Slack so you can "@" your core contributors all at once, without bothering other people who use the Slack channel. You'll need permission from a Slack admin, so just mention @Leadership on Slack to get this set up.
  • Create a Google Drive, Dropbox, or other cloud storage to share larger files. Github and Data.World are good for code and data, respectively, especially when you need version control. But they're not good for very large files, documentation, articles, etc. A cloud storage option will allow you to easily share, create, and collaborate on documents with your team and help organize ideas and thoughts.
    • Doing this early on can help your team stay organized and to onboard new contributors who wouldn't have access to files you all have shared over email.

Checklist for FEATURED Projects 🎉

To have your project FEATURED on Open-Austin.org, complete the following documentation. In past projects, well-documented featured projects have more contributions than other projects.

If you get stuck at any point, feel free to reach out to the leadership team on Slack by adding @Leadership to your message. We're here to help you make real changes to our city.

@tom-montgomery tom-montgomery changed the title Using alexa to make open data more inclusive Using Amazon Alexa to make open data more interactive, inclusive and accessible Jul 18, 2018
@mscarey
Copy link
Contributor

mscarey commented Jul 20, 2018

Thanks, this is very helpful for people interested in your project.

I'm curious about user research for this project. If it's directed mostly at people with vision impairment, are the intended users already going to have access to screen readers? If so, does the project help to optimize the data portal for screen readers?

When this project gets into problems like helping people find out their garbage pickup day, it sounds like something the city's Design, Technology, and Innovation team would work on. You should coordinate with them to make sure your goals are aligned, and see if they'll commit to using your work in official city resources like the website.

@tom-montgomery
Copy link
Member Author

tom-montgomery commented Jul 20, 2018

hey @mscarey, thanks for your interest.

I have not done any user research for this project, and it is not entirely directed at people with vision impairment but I hope they could find it useful.
You make a valid point regarding screen readers. How would someone secure the Alexa skill without first having used a screen reader? If they have a screen reader, what is the open data portal experience like? As of now users would have to browse the Amazon Alexa Skills portal to download it and start using. If Alexa skills are integrated with the open data portal this would definitely need to be looked at. As a back end developer these types of questions usually dont occur to me but they are imperative.

Really I think the project could be a useful proof of concept when it comes to voice interactions with public data. I am going to meet with one of the design & innovation team members next week, so hopefully I can get more input.

@tom-montgomery
Copy link
Member Author

Update:

python requests library successfully interfacing with city of austin endpoints and able to relay data into alexa's speech responses.
Currently working with City of Austin CTM to get an interface to work with for the following proof of concept functionality:

Return trash day for address
Return recycle day for address
Return bulk day for address
Return brush day for address
Return organics day for address

@mscarey mscarey added Accessibility Inactive A project that hasn't had movement in awhile or is lacking a strong project champion Python labels Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Inactive A project that hasn't had movement in awhile or is lacking a strong project champion Python
Projects
None yet
Development

No branches or pull requests

2 participants