An open API service indexing awesome lists of open source software.

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)

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

```