{"id":17031307,"url":"https://github.com/shashwatah/sharingan","last_synced_at":"2025-04-12T12:33:17.944Z","repository":{"id":117209923,"uuid":"330744408","full_name":"shashwatah/sharingan","owner":"shashwatah","description":"Real-Time object detection app, built with Tensorflow.js.","archived":false,"fork":false,"pushed_at":"2024-01-13T14:31:56.000Z","size":828,"stargazers_count":27,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T07:11:17.947Z","etag":null,"topics":["computer-vision","electron","javascript","machine-learning","madara","nodejs","object-detection","real-time","real-time-object-detection","sharingan","tensorflow","uchiha"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/shashwatah.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}},"created_at":"2021-01-18T17:49:30.000Z","updated_at":"2025-02-06T17:21:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"516ba0fe-7da0-4b23-864e-31e78efa2abf","html_url":"https://github.com/shashwatah/sharingan","commit_stats":null,"previous_names":["shashwatah/sharingan"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fsharingan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fsharingan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fsharingan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashwatah%2Fsharingan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashwatah","download_url":"https://codeload.github.com/shashwatah/sharingan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566568,"owners_count":21125688,"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":["computer-vision","electron","javascript","machine-learning","madara","nodejs","object-detection","real-time","real-time-object-detection","sharingan","tensorflow","uchiha"],"created_at":"2024-10-14T08:20:16.824Z","updated_at":"2025-04-12T12:33:17.915Z","avatar_url":"https://github.com/shashwatah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/shashwatah/sharingan/main/assets/images/logos/sharingan-fill.png\" alt=\"Sharingan\" width=\"200\"\u003e\n  \u003cbr\u003e\n  Sharingan\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\nA Real-Time object detection app, built with \u003ca href=\"https://www.electronjs.org/\"\u003eElectron\u003c/a\u003e, and \u003ca href=\"https://www.tensorflow.org/js/\"\u003eTensorflow.js\u003c/a\u003e.\n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg alt=\"Release\" src=\"https://img.shields.io/badge/license-MIT-green\"\u003e\u003c/a\u003e\n  \u003ca\u003e\u003cimg alt=\"Github Release\" src=\"https://img.shields.io/badge/release-v1.0.2-blue\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#run--package\"\u003eRun \u0026 Package\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cimg alt=\"Screenshot 1\" src=\"https://raw.githubusercontent.com/shashwatah/sharingan/main/assets/images/screenshots/2.JPG\"\u003e\n\u003cimg alt=\"Screenshot 2\" src=\"https://raw.githubusercontent.com/shashwatah/sharingan/main/assets/images/screenshots/3.JPG\"\u003e\n\n## Prerequisites\n\n- Git is need to clone repository on your machine.\n- npm is needed to install packages.\n- Node.js is needed to run Sharingan.\n\n### Ubuntu\n\nInstall git, Node.js and npm on your machine running Ubuntu:\n\n```bash\n$ sudo apt-get install git-core\n$ sudo apt install nodejs\n$ sudo apt install npm\n```\n### Windows \n\nUse the official links for downloading on Windows:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en/download/)\n- [npm](https://www.npmjs.com/get-npm)\n\nRun the following commands to confirm if the installation was successful:\n\n```bash\n$ git --version\n$ node --version\n$ npm --version \n```\n\n## Installation\n\nClone the repo and cd into the directory: \n\n```bash\n$ git clone https://github.com/shashwatah/sharingan.git\n$ cd sharingan \n```\n\nThen install the node-modules in package.json:\n\n```bash\n$ npm install\n```\n\n## Run \u0026 Package\n\nRun the app with the following command:\n\n```bash\n$ npm start\n```\n\nPackage the app with [electron-packager](https://www.npmjs.com/package/electron-packager):\n\nFor Windows:\n```bash\n$ npm run package-win\n```\n\nFor Linux:\n```bash\n$ npm run package-linux\n```\n\nFor Mac:\n```bash\n$ npm run package-mac\n```\n\n## License\n\n[MIT License](https://github.com/shashwatah/sharingan/blob/main/LICENSE) | Copyright (c) 2024 Kumar Shashwat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatah%2Fsharingan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashwatah%2Fsharingan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashwatah%2Fsharingan/lists"}