All Projects → brenopolanski → aiEyes

brenopolanski / aiEyes

Licence: MIT license
🤖 👁️ Describes photos using audio for Blind and Visually-Impaired Users

Programming Languages

typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aiEyes

ionic3-image-handling
In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ionic app example you can reuse for your needs.
Stars: ✭ 35 (+52.17%)
Mutual labels:  angular4, ionic-apps, ionic3
ionic3-index-list
ionic3 component
Stars: ✭ 28 (+21.74%)
Mutual labels:  angular4, ionic3
ionic-app-with-aws-cognito
Angular 4, Ionic 3, and AWS (Amazon) Cognito User Pools. Authentication out of the box.
Stars: ✭ 62 (+169.57%)
Mutual labels:  angular4, ionic3
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-43.48%)
Mutual labels:  angular4, ionic3
ionic-uuchat
基于ionic3,angular4的实时聊天app,兼容web端。该项目只是前端部分,所有数据需要请求后端服务器,需要配套express-uuchat-api使用。
Stars: ✭ 14 (-39.13%)
Mutual labels:  angular4, ionic3
Ionic2 Pokedex
🎮 Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.
Stars: ✭ 143 (+521.74%)
Mutual labels:  angular4, ionic3
Taxi Booking App
This is a complete ride booking app, It uses google maps cordova plugin, firebase database and onesignal as notification provider.
Stars: ✭ 212 (+821.74%)
Mutual labels:  angular4, ionic3
ionic-workflow-guide
Create a full and powerful worflow with Ionic (Unit Testing, Environment variables, Automatic documentation, Production App Server, Automatic deployment)
Stars: ✭ 46 (+100%)
Mutual labels:  ionic-apps, ionic3
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+52.17%)
Mutual labels:  angular4, ionic3
ionic-socialsharing-with-deeplinking-example
Ionic Social Sharing and Deep Linking example app. Complete Ionic Tutorial with free example app! Built for Ionic 3.
Stars: ✭ 16 (-30.43%)
Mutual labels:  ionic-apps, ionic3
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+7243.48%)
Mutual labels:  angular4, ionic3
ionic-lottie
Sample using ng-lottie and ionic 3 to view animations rendered from After Effects
Stars: ✭ 104 (+352.17%)
Mutual labels:  angular4, ionic3
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (+439.13%)
Mutual labels:  angular4, ionic3
Wooionic3
An eCommerce App for WooCommerce stores using Ionic 3.
Stars: ✭ 208 (+804.35%)
Mutual labels:  angular4, ionic3
Ionic2 Cnodeclub
基于Ionci 3.4.2、Angular 4、TypeScript 2.3的APP
Stars: ✭ 116 (+404.35%)
Mutual labels:  angular4, ionic3
Ionic Jd
ionic3+angular4写的京东商城demo
Stars: ✭ 110 (+378.26%)
Mutual labels:  angular4, ionic3
Drip Ionic3
「水滴打卡」App Open Source Code Base On Ionic V3 Framework
Stars: ✭ 74 (+221.74%)
Mutual labels:  angular4, ionic3
Ionic3 Seed Jwt
Ionic 3 seed project with JWT support. It works together with the backend from here https://github.com/vmanchev/laravel-jwt
Stars: ✭ 86 (+273.91%)
Mutual labels:  angular4, ionic3
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (+108.7%)
Mutual labels:  angular4, ionic3
ionic2-fixedscroll-directive
An Ionic2+ directive to create cool and fast fixed components on the top of the screen after scrolldown the page. Demo site (Only works with mobile inspector)
Stars: ✭ 15 (-34.78%)
Mutual labels:  angular4, ionic3

aiEyes

Describes photos using audio for Blind and Visually-Impaired Users.

aiEyes is an open source app that helps the Blind and Visually-Impaired Users to see the world with the help of artificial intelligence. Developed with Ionic framework, Azure Computer Vision API and Google Translate API it is able to describe pictures to the user.

Inspired by @adrielcafe BeMyEyesXamarinApp.

❤️ Found this project useful?

If you found this project useful, then please consider giving it a on Github and sharing it with your friends via social media.

Demo Video

demo

Getting Started

Get API Key

Create your Computer Vision API Key here: https://azure.microsoft.com/en-us/try/cognitive-services/

Modify the file src/utils/keys.ts with the value of your API Key.

Installation

First of all, install the dependencies to run this app:

$ npm install -g cordova ionic

Install dependencies:

$ npm install

Run the app on your phone

$ ionic cordova platform add android
$ ionic cordova run android

or

$ ionic cordova platform add ios
$ ionic cordova run ios

Technologies

Tech Description
Ionic framework Ionic is the beautiful, free and open source mobile SDK for developing native and progressive web apps with ease.
Azure Computer Vision API Extract rich information from images to categorize and process visual data – and machine-assisted moderation of images to help curate your services.
Google Translate API A free and unlimited API for Google Translate 💵🚫
Server google-translate-api A simple server using a free and unlimited API for Google Translate.
Ionic Native Camera This plugin defines a global navigator.camera object, which provides an API for taking pictures and for choosing images from the system's image library.
Ionic Native File and File Transfer This plugin allows you to upload and download files.
Ionic Native Text To Speech Text to Speech plugin.
Ionic Native Vibration Vibrates the device.
Ionic Native Screen Orientation Cordova plugin to set/lock the screen orientation in a common way.
Ionic Native Globalization This plugin obtains information and performs operations specific to the user's locale, language, and timezone.
Ionic Native Storage Native storage of variables in Android and iOS.
NGX-Translate NGX-Translate is an internationalization library for Angular 2+. It lets you define translations for your content in different languages and switch between them easily.

Contributing

If you want to help, please read the Contributing guide.

History

For detailed changelog, see Releases.

Credits

Donations

Donations would be more than welcome :)

donate-paypal

License

MIT License © Breno Polanski

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].