https://github.com/emranffl/pc-usage-timer-desktop
The desktop version of PC Usage Timer using the NW.js SDK (Node-Webkit)
https://github.com/emranffl/pc-usage-timer-desktop
ai face-api face-detection face-recognition javascript pc-usage timer
Last synced: about 2 months ago
JSON representation
The desktop version of PC Usage Timer using the NW.js SDK (Node-Webkit)
- Host: GitHub
- URL: https://github.com/emranffl/pc-usage-timer-desktop
- Owner: emranffl
- License: mit
- Created: 2020-05-05T11:28:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T12:28:43.000Z (over 2 years ago)
- Last Synced: 2025-04-13T07:59:51.351Z (about 2 months ago)
- Topics: ai, face-api, face-detection, face-recognition, javascript, pc-usage, timer
- Language: JavaScript
- Homepage:
- Size: 5.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PC Usage Timer - Desktop
#### The desktop version of PC Usage Timer using the NW.js SDK (Node-Webkit)
It is primarily implemented with **_[face-api.js](https://github.com/justadudewhohacks/face-api.js/)_**, basic HTML, CSS, bootstrap 4, and JavaScript.
## Usage
Run the following commands from the command-line interface -
```
npm install# to run app -
npm run dev
# to build executable -
npm run build
```