Skip to content

zaranip/routeable-mobile

 
 

Repository files navigation

RouteAble Frontend

RouteAble is a map-based application that uses crowd-sourced data to help disabled people determine accessible areas. Our technology uses ML for image similarities and tag generation, blockchain to incentivize users, and React Native for hosting on Android and iOS devices. We hope to promote a more inclusive space by helping users upload, share, and idenitfy areas with stairs, ramps, asphalt roads, concrete roads, and guard rails.

This repo contains code for the front-end design and integration with back-end found in the Routeable-ML-Backend Repo (https://github.com/RouteAble/routable-ml-backend) and Routeable-Backend Repo (https://github.com/RouteAble/routeable-backend).

Explore the docs »

View Demo · Report Bugs

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

We were inspired by fellow UMass Amherst students who identified the lack of accessibility here on campus including dangerous ramps, hidden entrances, and unsafe roads. Students have the option to wait for "Classroom Access Assistants" and Accessible Van Services provided by the university, which are not always the most consistent and can cause frustration. Our application ensures that disabled people know ahead of time which buildings have accessible entrances and where they are using other user's images. Using machine learning, we identified exact matches between images above a certain threshold and automatically generate tags for our users. For quality control, we additionally have an edit tag function to manually edit generated tags. We also identified the challenge of incentivizing users. Hence, we developed a cryptocurrency wallet that allows users to collect tokens if their image is unique enough.

(back to top)

Built With

(back to top)

Getting Started

Instructions on setting up our project locally. To get a local copy up and running follow these simple example steps.

  1. Clone the repo.
  2. Install dependencies
npm install

OR

yarn install
  1. Start the server
npx expo start

OR

yarn expo start
  1. Choose the platform of choice. React Native documents to set up your own emulator space can be found at https://reactnative.dev/docs/environment-setup.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://mapsplatform.google.com/
  2. Clone the repos individually
    git clone [https://github.com/github_username/repo_name.git](https://github.com/RouteAble)
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Usage

For more examples, please refer to the Documentation.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Divyansh Shivashok - dshivashok@umass.edu
Shishir Pai - skpai@umass.edu
Ayush Ravi Chandran - ayushravicha@umass.edu
Zara Nip - znip@uchicago.edu

Project Link: https://github.com/RouteAble

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%