Skip to content

CSUF-ACM/chrome-speak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Speak

The goal of this project is to help people with disabilities surf the internet using their voice. This can be implemented by pairing a chrome extension with a smart speaker (such as alexa or google home) which uses machine learning to help map user responses to the correct browser action they desire. If you join this project, you'll get to learn the ins and outs of how chrome extensions work and help make the internet more accessible. Examples of people who would benefit from this project: https://webaim.org/articles/motor/motordisabilities Note: If you speak other languages, we'd greatly appreciate your help in launching the extension in other countries. If alexa is used for the project, the skill can be used in the following countries at this time: https://developer.amazon.com/docs/custom-skills/develop-skills-in-multiple-languages.html

The Project Team

Team Lead

Zachary Owen zowen@csu.fullerton.edu

Team Members

  1. Abhinav Arora
  2. K-ennethA
  3. Janthony125
  4. jswerrett
  5. Bryan CAstro

Project Technologies

This project will use:

  • Javascript
  • Alexa & AWS

How to start helping

Please make sure you have git installed on your computer before you begin to help. To install git, please visit Git

To begin open your terminal (if using Linux/Mac) or git bash (if Windows), and navigate to the folder that you would like to save this project

If you need help navigating the terminal please refer to this link: Linux Command Tutorial

use git clone https://github.com/CSUF-ACM/chrome-speak.git to clone the repository into your folder

To work on the project without disrupting the work of others or having your work disturbed, use git branch <branchname> to create a new branch, then use git checkout <branchname> to start working on your new branch

Saving your progress

To check the status of your repository, seeing what files have been modified or added, use git status to print a status message

After you've made some changes or created new files, use git add <file> or git add * to add all of your new/modified files to the stage

Once those files have been added, use git commit -m "Commit message here" to create the commit, then use git push origin <branchname> to push your commit to the remote repository

Merging your work

If you would like to have the code on your branch merged with the master, please submit a pull request on the git hub page https://github.com/CSUF-ACM/chrome-speak/pulls

If the pull request is accepted, your branch will be merged with the master branch

Additional help

If you need some more help with git commands, please visit Git Command Tutorial

If you have any questions or need more help, please contact the Project Lead, Zachary Owen zowen@csu.fullerton.edu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages