{"id":13621101,"url":"https://github.com/brenopolanski/aiEyes","last_synced_at":"2025-04-14T22:33:31.787Z","repository":{"id":26157411,"uuid":"102798785","full_name":"brenopolanski/aiEyes","owner":"brenopolanski","description":":robot: :eye: Describes photos using audio for Blind and Visually-Impaired Users","archived":true,"fork":false,"pushed_at":"2022-11-16T23:25:45.000Z","size":5293,"stargazers_count":27,"open_issues_count":12,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-08T07:39:45.599Z","etag":null,"topics":["angular4","azure","blindness","cognitive-services","computer-vision","google-translate","ionic-apps","ionic3","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brenopolanski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-08T00:26:30.000Z","updated_at":"2024-01-19T12:20:37.000Z","dependencies_parsed_at":"2022-08-25T08:51:16.220Z","dependency_job_id":null,"html_url":"https://github.com/brenopolanski/aiEyes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenopolanski%2FaiEyes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenopolanski%2FaiEyes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenopolanski%2FaiEyes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brenopolanski%2FaiEyes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brenopolanski","download_url":"https://codeload.github.com/brenopolanski/aiEyes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248972849,"owners_count":21191869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular4","azure","blindness","cognitive-services","computer-vision","google-translate","ionic-apps","ionic3","typescript"],"created_at":"2024-08-01T21:01:02.547Z","updated_at":"2025-04-14T22:33:26.770Z","avatar_url":"https://github.com/brenopolanski.png","language":"TypeScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=WNXA4YYGQCJZG"],"categories":["azure","typescript","Open Source Projects","Complete projects"],"sub_categories":["Frames","Open source apps"],"readme":"# \u003cimg src=\"./resources/icon.png\" width=\"100\" align=\"left\"\u003e aiEyes\n\n\u003e Describes photos using audio for Blind and Visually-Impaired Users.\n\n*aiEyes* is an open source app that helps the Blind and Visually-Impaired Users to **see** the world with the help of [artificial intelligence](https://en.wikipedia.org/wiki/Artificial_intelligence). Developed with [Ionic framework](https://ionicframework.com/), [Azure Computer Vision API](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/) and [Google Translate API](https://github.com/matheuss/google-translate-api) it is able to describe pictures to the user.\n\nInspired by *@adrielcafe* [BeMyEyesXamarinApp](https://github.com/adrielcafe/BeMyEyesXamarinApp).\n\n![](./screenshots/app_flow.png)\n\n### :heart: Found this project useful?\n\nIf you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.\n\n## Demo Video\n\n[![demo](https://img.youtube.com/vi/k8kd785kfMY/0.jpg)](https://youtu.be/k8kd785kfMY)\n\n## Getting Started\n\n#### Get API Key\n\nCreate your Computer Vision API Key here: https://azure.microsoft.com/en-us/try/cognitive-services/\n\nModify the file `src/utils/keys.ts` with the value of your API Key.\n\n#### Installation\n\nFirst of all, install the dependencies to run this app:\n\n```\n$ npm install -g cordova ionic\n```\n\nInstall dependencies:\n\n```\n$ npm install\n```\n\n#### Run the app on your phone\n\n```\n$ ionic cordova platform add android\n$ ionic cordova run android\n```\n\nor\n\n```\n$ ionic cordova platform add ios\n$ ionic cordova run ios\n```\n\n## Technologies\n\n| **Tech** | **Description** |\n|----------|-----------------|\n| [Ionic framework](https://ionicframework.com/) | Ionic is the beautiful, free and open source mobile SDK for developing native and progressive web apps with ease. |\n| [Azure Computer Vision API](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/) | Extract rich information from images to categorize and process visual data – and machine-assisted moderation of images to help curate your services. |\n| [Google Translate API](https://github.com/matheuss/google-translate-api) | A free and unlimited API for Google Translate :dollar::no_entry_sign: |\n| [Server google-translate-api](https://github.com/brenopolanski/server-google-translate-api) | A simple server using a free and unlimited API for Google Translate. |\n| [Ionic Native Camera](http://ionicframework.com/docs/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. |\n| [Ionic Native File and File Transfer](http://ionicframework.com/docs/native/file-transfer/) | This plugin allows you to upload and download files. |\n| [Ionic Native Text To Speech](http://ionicframework.com/docs/native/text-to-speech/) | Text to Speech plugin. |\n| [Ionic Native Vibration](http://ionicframework.com/docs/native/vibration/) | Vibrates the device. |\n| [Ionic Native Screen Orientation](http://ionicframework.com/docs/native/screen-orientation/) | Cordova plugin to set/lock the screen orientation in a common way. |\n| [Ionic Native Globalization](http://ionicframework.com/docs/native/globalization/) | This plugin obtains information and performs operations specific to the user's locale, language, and timezone. |\n| [Ionic Native Storage](http://ionicframework.com/docs/native/native-storage/) | Native storage of variables in Android and iOS. |\n| [NGX-Translate](https://github.com/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. |\n\n## Contributing\n\nIf you want to help, please read the [Contributing](https://github.com/brenopolanski/aiEyes/blob/master/CONTRIBUTING.md) guide.\n\n## History\n\nFor detailed changelog, see [Releases](https://github.com/brenopolanski/aiEyes/releases).\n\n## Credits\n\n- [Iconfinder](https://www.iconfinder.com/icons/2525027/hulk_male_no_eyes_super_hero_icon#size=256)\n- [BeMyEyesXamarinApp](https://github.com/adrielcafe/BeMyEyesXamarinApp)\n\n## Donations\n\nDonations would be more than welcome :)\n\n[![donate-paypal](https://raw.githubusercontent.com/brenopolanski/phaser-es6-starter/gh-assets/btn_donate_paypal.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=WNXA4YYGQCJZG)\n\n## License\n\n[MIT License](https://brenopolanski.mit-license.org/) © Breno Polanski\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenopolanski%2FaiEyes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrenopolanski%2FaiEyes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrenopolanski%2FaiEyes/lists"}