Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manekinekko/angularattack2016
- Owner: manekinekko
- Created: 2016-05-12T18:36:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T20:16:19.000Z (about 1 year ago)
- Last Synced: 2024-10-05T11:37:58.021Z (about 1 month ago)
- Language: HTML
- Homepage: https://letme.vision
- Size: 22.9 MB
- Stars: 43
- Watchers: 15
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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))