{"id":15015651,"url":"https://github.com/sunnysoni97/hand_reader","last_synced_at":"2025-10-26T15:30:35.963Z","repository":{"id":100501218,"uuid":"167536333","full_name":"sunnysoni97/hand_reader","owner":"sunnysoni97","description":"Handwriting Recognition Software (Python/AI/kivy)","archived":false,"fork":false,"pushed_at":"2019-12-28T22:04:28.000Z","size":11666,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-19T03:14:45.314Z","etag":null,"topics":["ai","digit-recognition-application","kivy-application","mnsit-database","opencv","opencv-python","optical-character-recognition","python3","softmax-regression","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunnysoni97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-01-25T11:22:19.000Z","updated_at":"2024-12-08T19:00:21.000Z","dependencies_parsed_at":"2023-05-20T07:45:45.875Z","dependency_job_id":null,"html_url":"https://github.com/sunnysoni97/hand_reader","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"b7e7b2fd916ac4753ba6c347eec8ae2d3c256627"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnysoni97%2Fhand_reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnysoni97%2Fhand_reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnysoni97%2Fhand_reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunnysoni97%2Fhand_reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunnysoni97","download_url":"https://codeload.github.com/sunnysoni97/hand_reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238353540,"owners_count":19457857,"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","digit-recognition-application","kivy-application","mnsit-database","opencv","opencv-python","optical-character-recognition","python3","softmax-regression","tensorflow"],"created_at":"2024-09-24T19:47:44.678Z","updated_at":"2025-10-26T15:30:35.219Z","avatar_url":"https://github.com/sunnysoni97.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n#### This is the reader's manual for using and editing this software project as you may like!\n\n---  \n\n\u003cbr/\u003e\n\n# About the Project  \n\nThis software recognises the numerical digit (0-9) from the image containing any digit (currently limited to 1 digit per file). This is accomplished with the help of preprocessing of each image done using OpenCV library in accordance with the MNIST database recommendations.\n\nThe artificial neural network is trained from the MNIST training data set available at its official website.\n\nEnd user can browse any file (image) containing the handwritten digit, or he can capture a new image from the attached camera device.\n\n---\n## Prerequisites before using this software :\n\n1. Make sure you have **Python 3.x** setup on your operating system.  \n   \n2. Install the follow libraries to meet the dependencies :  \n    (i) **Tensorflow**  \n    (ii) **OpenCV**  \n\t(iii) **kivy** *(and its supporting gstreamer libraries)*  \n    (iv) The supporting libraries like numpy,pil and all others *(which are automatically installed while installing the above mentioned libraries)*  \n\n3. You need a working camera for the image capture option to work.\n\n---\n\n## Compiling and Running :\n\nExecute `main.py` using the terminal of your choice.\n\n_Example Syntax_ : `python3 main.py`\n\n---\n\n### Important Usage Instructions : \n\nTo capture a new image, press C to pause the captured video stream, then press C to capture the image or any other key to abort the capture operation.\n\n---\n\n## Screenshots\n\n\u003cp float=\"left\"\u003e\n   \u003cimg src=\"https://github.com/sunnysoni97/sunnysoni97.github.io/blob/master/static/skills_applied/portfolio_screencaps/hand_reader_screencaps/cap1.png?raw=true\" alt=\"hand reader screenshot 1\" width=300px /\u003e\n    \u0026emsp;\n   \u003cimg src=\"https://github.com/sunnysoni97/sunnysoni97.github.io/blob/master/static/skills_applied/portfolio_screencaps/hand_reader_screencaps/cap2.png?raw=true\" alt=\"hand reader screenshot 2\" width=300px /\u003e\n\n\u003c/p\u003e\n\n\u003cp float=\"left\"\u003e\n   \u003cimg src=\"https://github.com/sunnysoni97/sunnysoni97.github.io/blob/master/static/skills_applied/portfolio_screencaps/hand_reader_screencaps/cap3.png?raw=true\" alt=\"hand reader screenshot 3\" width=300px /\u003e\n    \u0026emsp;\n   \u003cimg src=\"https://github.com/sunnysoni97/sunnysoni97.github.io/blob/master/static/skills_applied/portfolio_screencaps/hand_reader_screencaps/cap4.png?raw=true\" alt=\"hand reader screenshot 4\" width=300px /\u003e\n\n\u003c/p\u003e\n\n---\n\n## Note for the Developers : \n\n- `image_processor.py` contains all the preprocessing operations.\n\n- `model_trainer.py` contains the neural network training functions.\n\n- `digit_recog.py` contains the backend function to calculate the answer from the estimated input image.\n\n- `main.py` contains all the gui operations and the front end of the software. This is the entry point of the software.\n\n- `digit_recogniser.kv` is the kivy builder file for the front-end.\n\n- `input_data.py` is the mnist database importer library given by official Tensorflow website.\n\n---\n\nFeel free to try out my project, make your own implementations, suggest changes and modification and help in improving my project. :)\n\n---\n\n**P.S.** : *Hail the internet for all the awesome resources and information present on anything you want to learn. My whole hearted gratitude to everybody who made it possible for me to complete this project of mine.* :)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunnysoni97%2Fhand_reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunnysoni97%2Fhand_reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunnysoni97%2Fhand_reader/lists"}