{"id":16393658,"url":"https://github.com/code-yeongyu/youeye","last_synced_at":"2025-03-23T04:31:56.841Z","repository":{"id":37634084,"uuid":"237456476","full_name":"code-yeongyu/YouEye","owner":"code-yeongyu","description":"YouEye - An AI-powered, problem breaker for blind individuals, providing accessibility to no-voice supported kiosks","archived":false,"fork":false,"pushed_at":"2023-02-16T00:35:59.000Z","size":47427,"stargazers_count":5,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T17:57:22.047Z","etag":null,"topics":["ai","ocr","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/code-yeongyu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-31T15:20:24.000Z","updated_at":"2023-03-17T12:22:13.000Z","dependencies_parsed_at":"2024-10-28T15:51:45.098Z","dependency_job_id":null,"html_url":"https://github.com/code-yeongyu/YouEye","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FYouEye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FYouEye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FYouEye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-yeongyu%2FYouEye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-yeongyu","download_url":"https://codeload.github.com/code-yeongyu/YouEye/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056889,"owners_count":20553855,"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":["ai","ocr","python","python3"],"created_at":"2024-10-11T04:53:56.607Z","updated_at":"2025-03-23T04:31:51.802Z","avatar_url":"https://github.com/code-yeongyu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouEye - kiosk machine helper solution for blinded people\n\n[한국어 README](https://github.com/code-yeongyu/YouEye/blob/master/README_ko.md)\n\nUsing a no-voice supported kiosk is extremly difficult for blind people.\n\nTherefore, if you just reach your hand up and capture it with your phone camera, YouEye will read you what will you touch.\n\nCurrently, only python demos are available, with web-server wrapper.  \nWord coordinate detector for \u003chttps://github.com/code-yeongyu/east-detector-socket-wrapper\u003e is used for this project.\n\n## Current works\n\n### Demonstration Video\n\n[![Youtube Demonstration Video](https://img.youtube.com/vi/GAdjqtUidms/0.jpg)](https://youtu.be/GAdjqtUidms)\n\n### Demonstration Pictures\n\n![Bulgogi-burger-set](https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_0.jpeg)\n\n\u003chttps://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_0.txt\u003e\n\n![Yangnuym-gamja1](https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_1.jpeg)\n\n\u003chttps://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_1.txt\u003e\n\n![Big-Bulgogi-burger-set](https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_2.jpeg)\n\n\u003chttps://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_2.txt\u003e\n\n![Cheese-burger-set](https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_3.jpeg)\n\n\u003chttps://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_3.txt\u003e\n\n![Yangnuym-gamja2](https://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_4.jpeg)\n\n\u003chttps://raw.githubusercontent.com/code-yeongyu/YouEye/master/python-demo/demo-images/result_4.txt\u003e\n\nAll these ocr-ed results are genereated by naver-ocr-api, both naver-ocr-api and tesseracts are available.  \nBecause of the lack of trainset, I recommend you to use naver-ocr-api.\n\n## Run demonstration\n\nClone this project, move to directory python-demo and install required pip modules by executing folliwing commands.\n\n```bash\npip install -r requirements.txt\n```\n\nthen execute:\n\n```bash\npython demonstration.py\n```\n\nFor web-interface demonstration:\n\n```bash\npython web-wrapper.py\n```\n\n### About web interface\n\nSend post request to /i_am_iron_man with form-data body, and attach your image to key image.  \nThen the server will respond with the desired text.  \nCurrently, the web interface is setted to use naver-ocr-api, so you have to get permission or use tesseract to use ocr properly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-yeongyu%2Fyoueye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-yeongyu%2Fyoueye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-yeongyu%2Fyoueye/lists"}