A Real-Time object detection app, built with Electron, and Tensorflow.js.
Prerequisites • Installation • Run & Package • License
- Git is need to clone repository on your machine.
- npm is needed to install packages.
- Node.js is needed to run Sharingan.
Install git, Node.js and npm on your machine running Ubuntu:
$ sudo apt-get install git-core
$ sudo apt install nodejs
$ sudo apt install npmUse the official links for downloading on Windows:
Run the following commands to confirm if the installation was successful:
$ git --version
$ node --version
$ npm --version Clone the repo and cd into the directory:
$ git clone https://github.com/shashwatah/sharingan.git
$ cd sharingan Then install the node-modules in package.json:
$ npm installRun the app with the following command:
$ npm startPackage the app with electron-packager:
For Windows:
$ npm run package-winFor Linux:
$ npm run package-linuxFor Mac:
$ npm run package-macMIT License | Copyright (c) 2024 Kumar Shashwat