Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manekinekko/angularattack2016

Let Me See: The assistant app of people with sight loss
https://github.com/manekinekko/angularattack2016

Last synced: 27 days ago
JSON representation

Let Me See: The assistant app of people with sight loss

Awesome Lists containing this project

README

        

[![CircleCI](https://circleci.com/gh/manekinekko/angularattack2016/tree/master.svg?style=svg)](https://circleci.com/gh/manekinekko/angularattack2016/tree/master)

## LetMeSee: The assistant app of people with sight loss

# README FIRST

## How to use the app

Go the [https://letmesee.firebaseapp.com](https://letmesee.firebaseapp.com) on your phone or computer. You can ask Angie ([NG](https://youtu.be/aSFfLVxT5vA?t=47s)) the following questions:

- `my name is [name], i am [name]`: Angie will remember your name.
- `who are you`: Angie will introduce herself.
- `help`, `what should I say`: Angie will help you use the app.
- `let me see`, `show me`, `(describe) what do you see`: Angie will tell you what you can see.
- `how do I look`: Angie will try to guess what is your face expression.
- `what color is this`,`tell me colors`: Angie will try to guess the most dominant color.
- `(can you) read this (for me)`: Angie will read a text for you.
- `and this`, `and now`: Angie will replay your last query.

## local devs

```bash
$ # 1) use this command to serve your local dev in your browser (with livereload support)
$
$ npm run serve
$
$ # 1.1) push your updates to git (as usual, with your favorit tool)
$
$ # 2) when ready, build the browser version of the app
$
$ npm run build
$
$ # 3) commit all updates to git (with your favorit tool)
$ # MAKE SURE YOU COMMIT sw.js TO GITHUB!!
$
$ # 4) deploy to surge
$
$ npm run deploy
$
$ # 5) push the created tag to git
$
```

## Deploy to surge

```
$ npm run deploy
```

## Access the `https` deployed app (not http)

```
https://letmesee.firebaseapp.com
```
## The team

*from left to right*

- Wassim Chegham ([manekinekko](https://github.com/manekinekko))
- Attila Csanyi ([attilacsanyi](https://github.com/attilacsanyi))
- Uri Shaked ([urish](https://github.com/urish))

Wassim Chegham
Attila Csanyi
Uri Shaked