Agezao / mood-tracking

Discrete Mood Tracking based on facial reckognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mood-Tracker ☹️🔬😀

Mood Tracking using facial reckognition and node-js.

Github file size GitHub top language GitHub

How it works?

Getting started

Install Global Dependancies

Running the project

  • Download zip, or clone the repo git clone https://github.com/Agezao/mood-tracking.git
  • cd to project folder
  • run [sudo] npm install (first time users)
  • edit config with your informations and rename it to index.js (instead of index.example.js)
  • npm start

Querying data

To later query the data, you can use the CLI of sqlite to search inside the .sqlite3 file.

or

run npm run export and it'll generate one .csv with all your sql data in a structured manner.

License

Do whatever you want. open-source MIT license.

About

Discrete Mood Tracking based on facial reckognition


Languages

Language:JavaScript 100.0%