{"id":22330700,"url":"https://github.com/amitjimiwal/typesight","last_synced_at":"2025-10-16T09:36:40.571Z","repository":{"id":223473735,"uuid":"758870269","full_name":"amitjimiwal/TypeSight","owner":"amitjimiwal","description":"TypeSight: The Typing Test with Realtime Eye Tracking ","archived":false,"fork":false,"pushed_at":"2024-06-19T10:47:04.000Z","size":2336,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T18:22:32.116Z","etag":null,"topics":["eye-tracking","react","realtime","typescript","typing-game","webso"],"latest_commit_sha":null,"homepage":"https://typesight.vercel.app","language":"TypeScript","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/amitjimiwal.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":"2024-02-17T10:21:20.000Z","updated_at":"2024-08-09T14:21:57.000Z","dependencies_parsed_at":"2024-04-18T19:48:31.994Z","dependency_job_id":"509eae86-5ccb-4869-b223-a9e8df98e314","html_url":"https://github.com/amitjimiwal/TypeSight","commit_stats":null,"previous_names":["amitjimiwal/typesight"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amitjimiwal/TypeSight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitjimiwal%2FTypeSight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitjimiwal%2FTypeSight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitjimiwal%2FTypeSight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitjimiwal%2FTypeSight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amitjimiwal","download_url":"https://codeload.github.com/amitjimiwal/TypeSight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitjimiwal%2FTypeSight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263156831,"owners_count":23422505,"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":["eye-tracking","react","realtime","typescript","typing-game","webso"],"created_at":"2024-12-04T04:07:35.077Z","updated_at":"2025-10-16T09:36:35.530Z","avatar_url":"https://github.com/amitjimiwal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id=\"title\"\u003eTypeSight\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://socialify.git.ci/amitjimiwal/TypeSight/image?language=1\u0026name=1\u0026stargazers=1\u0026theme=Light\" alt=\"project-image\"\u003e\u003c/p\u003e\n\n\u003cp id=\"description\"\u003eTypeSight the premier destination for typing speed and accuracy tests. Whether you’re a professional typist or just looking to improve your skills we’ve got you covered.\u003c/p\u003e\n\n  \n  \n\u003ch2\u003e🧐 Features\u003c/h2\u003e\n\nHere're some of the project's best features:\n\n*  Accurate Results\n*  Increased Typing Accuracy\n*  Detailed Reports\n*  Real-time Eye Tracking\n\u003ch2\u003e🚀 Demo Video\u003c/h2\u003e\n\nhttps://github.com/amitjimiwal/TypeSight/assets/90555965/401d1f45-c31d-4d97-8c22-890f6b7504c9\n\n\n\n\n\u003ch2\u003e🛠️ Installation Steps:\u003c/h2\u003e\n\n\u003cp\u003e1. Clone the repository\u003c/p\u003e\n\n```\ngit clone https://github.com/amitjimiwal/TypeSight\n```\n\n\u003cp\u003e2. Since we are using submodules for integrating backend and the eyedetection you need to run the following command\u003c/p\u003e\n\n```\ngit submodule init \n```\n\n\u003cp\u003e3. Update the submodules with the latest commit\u003c/p\u003e\n\n```\ngit submodule update --remote\n```\n\n\u003cp\u003e4. Start backend server\u003c/p\u003e\n\n```\ncd sight-backend/\n```\n\n\u003cp\u003e5. Go through \u003ccode\u003eenv.sample\u003c/code\u003e file ,create a \u003ccode\u003e.env.local\u003c/code\u003e file and add all the corresponding environment variables in your local setup.\u003c/p\u003e\n\n\u003cp\u003e6. Start the application\u003c/p\u003e\n\n```\nnpm install \u0026\u0026 npm run dev \n```\n\n\u003cp\u003e7. Setup the Eye Detection\u003c/p\u003e\n\n```\ncd EyeDirection/\n```\n\n\u003cp\u003e8. Install the requirements.txt\u003c/p\u003e\n\n```\npip install requirements.txt\n```\n\n\u003cp\u003e9. Start the websocket server\u003c/p\u003e\n\n```\npython server.py\n```\n\n\u003cp\u003e10. Start the Frontend\u003c/p\u003e\n\n```\n cd ../\n```\n\n\u003cp\u003e11. Go through \u003ccode\u003eenv.sample\u003c/code\u003e file ,create a \u003ccode\u003e.env.local\u003c/code\u003e file and add all the corresponding environment variables in your local setup.\u003c/p\u003e\n\n\u003cp\u003e12. Start the application\u003c/p\u003e\n\n```\nnpm install \u0026\u0026 npm run dev \n```\n\n  \n  \n\u003ch2\u003e💻 Built with\u003c/h2\u003e\n\nTechnologies used in the project:\n\n*   React\n*   Express\n*   Mediapipe\n*   OpenCV\n*   Websockets\n*   Typescript\n\n\u003ch2\u003e🛡️ License:\u003c/h2\u003e\n\nThis project is licensed under the The ReadLogs Project is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use modify and distribute the software as per the terms of the license.\n\n\u003ch2\u003e💖Like my work?\u003c/h2\u003e\nGive a ⭐️ to this repository. Thank you for taking an interest! If you encounter any issues have suggestions or want to report a bug feel free to create an issue on the repository . Happy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitjimiwal%2Ftypesight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitjimiwal%2Ftypesight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitjimiwal%2Ftypesight/lists"}