KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
help-me-read
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Hackintosh-CLEVO-H
:
神舟战神炫龙蓝天 8/9 代全系机型(标压) macOS 10.15 Catalina EFI NH5xRD_RC_RA_RH(Q)/NH70RD_RC_RA_RH(Q)
datax-runner
:
Go lib for running alibaba datax
nest-api-example
:
A Nestjs example API using TypeORM with SQLite.
NLP2SQL
:
No description available.
shiny.grid
:
CSS grid implementation for R/shiny
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
help-me-read
?
Download (.md)
# 🧐 Help Me Read This! ### An app that captures the photo from the camera and reads the text out loud You, or your loved ones with vision impairment will be able to: - 💊 Scan and read the fine print on medical prescriptions - 📋 Read the legal documents - 🚀 Enjoy a little bit of freedom, self-sufficiency and dignity ## The full description, video and demo is available here: # https://www.helpmereadthis.com/ ## Architecture This is a Single Page Web Application: - Uses .webmanifest to be installable to home screen and behave as an app - Uses file input to capture image from camera - Uploads the image to Google Cloud Vision API which does OCR recognition - Uses Speech API to read the content out loud - IF Google API token is used, only Google backend is used, ensuring total independence from my backend - If you don't want to set up a token, you can subscribe to use my backend. - Everything is hosted by github pages. Everything in master is directly available to users. ## Contributing This is a hackish project. Please do contribute :D. The actual logic of the app is in ./app.html and ./app.js