Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brminnick/xamspeak
An iOS and Android app that will dictate text from a photo. XamSpeak leverages Microsoft Cognitive Services to perform Optical Character Recognition (OCR) and Spell Check.
https://github.com/brminnick/xamspeak
microsoft-cognitive-services optical-character-recognition text-to-speech xamarin-android xamarin-forms xamarin-ios
Last synced: 4 days ago
JSON representation
An iOS and Android app that will dictate text from a photo. XamSpeak leverages Microsoft Cognitive Services to perform Optical Character Recognition (OCR) and Spell Check.
- Host: GitHub
- URL: https://github.com/brminnick/xamspeak
- Owner: brminnick
- License: mit
- Created: 2017-05-04T22:41:35.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T16:18:43.000Z (over 2 years ago)
- Last Synced: 2024-05-01T14:09:03.066Z (7 months ago)
- Topics: microsoft-cognitive-services, optical-character-recognition, text-to-speech, xamarin-android, xamarin-forms, xamarin-ios
- Language: C#
- Homepage:
- Size: 50.3 MB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# XamSpeak
XamSpeak allows you to take a photo of text and the app will dictate it aloud.
## About
XamSpeak is an iOS and Android app that will dictate text from a photo.
We are leveraging [Microsoft Cognitive Services](https://www.microsoft.com/cognitive-services?WT.mc_id=mobile-0000-bramin) to perform Optical Character Recognition (OCR) and Spell Check.
## ToDo
To access the Microsoft Coginitive Services API from this app, sign up for a [free Computer Vision API Key](https://azure.microsoft.com/free/ai/?utm_source=channel9&utm_medium=descriptionlinks&utm_campaign=freeaccount&WT.mc_id=mobile-0000-bramin) & a [free Bing Spell Check API Key](https://azure.microsoft.com/free/ai/?utm_source=channel9&utm_medium=descriptionlinks&utm_campaign=freeaccount&WT.mc_id=mobile-0000-bramin) and insert it to the code [here](./Source/XamSpeak/Constants/CognitiveServicesConstants.cs#L8).
![](https://github.com/brminnick/Videos/blob/master/XamSpeak/XamSpeakGif.gif?raw=true)