{"id":25185896,"url":"https://github.com/mazensayed91/asl_recognition","last_synced_at":"2025-08-04T02:13:49.171Z","repository":{"id":111421797,"uuid":"311124929","full_name":"Mazensayed91/ASL_Recognition","owner":"Mazensayed91","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-08T18:19:36.000Z","size":12835,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T08:47:35.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/Mazensayed91.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":"2020-11-08T18:13:00.000Z","updated_at":"2020-11-10T11:13:12.000Z","dependencies_parsed_at":"2023-03-09T01:16:10.429Z","dependency_job_id":null,"html_url":"https://github.com/Mazensayed91/ASL_Recognition","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mazensayed91/ASL_Recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2FASL_Recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2FASL_Recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2FASL_Recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2FASL_Recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mazensayed91","download_url":"https://codeload.github.com/Mazensayed91/ASL_Recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mazensayed91%2FASL_Recognition/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268639825,"owners_count":24282673,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-02-09T19:40:50.275Z","updated_at":"2025-08-04T02:13:49.146Z","avatar_url":"https://github.com/Mazensayed91.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"## American Sign Language (ASL)\n\u003cp\u003eAmerican Sign Language (ASL) is the primary language used by many deaf individuals in North America, and it is also used by hard-of-hearing and hearing individuals.  The language is as rich as spoken languages and employs signs made with the hand, along with facial gestures and bodily postures.\u003c/p\u003e\n\n\u003cp\u003eA lot of recent progress has been made towards developing computer vision systems that translate sign language to spoken language.  This technology  often relies on complex neural network architectures that can detect subtle patterns in streaming video.  However, as a first step, towards understanding how to build a translation system, we can reduce the size of the problem by translating individual letters, instead of sentences.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eIn this notebook\u003c/strong\u003e, we will train a convolutional neural network to classify images of American Sign Language (ASL) letters.  After loading, examining, and preprocessing the data, we will train the network and test its performance.\u003c/p\u003e\n\u003cp\u003eIn the code cell below, we load the training and test data. \u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003ex_train\u003c/code\u003e and \u003ccode\u003ex_test\u003c/code\u003e are arrays of image data with shape \u003ccode\u003e(num_samples, 3, 50, 50)\u003c/code\u003e, corresponding to the training and test datasets, respectively.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ey_train\u003c/code\u003e and \u003ccode\u003ey_test\u003c/code\u003e are arrays of category labels with shape \u003ccode\u003e(num_samples,)\u003c/code\u003e, corresponding to the training and test datasets, respectively.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazensayed91%2Fasl_recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazensayed91%2Fasl_recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazensayed91%2Fasl_recognition/lists"}