/Just-Focus

An App which observes whether the user is paying attention during meetings and if they are not: it would alert them or record the meeting/ takes notes for the user and write it to a file.

Primary LanguageCSS

Just Focus

An Electron based Desktop App which observes whether the user is paying attention during meetings and if they are not: it would record the meeting/ takes notes for the user and write it to a file.

Created for .hack() 2022

Created by

  1. Sidharth R
  2. Sidharth P A
  3. Anirudh Suresh
  4. Harishankar S Kumar

Installation

Creating a Python Virtual env is Recommended

python3 -m venv env
source env/bin/activate


python3 -m pip install -r requirements.txt


npm install
npm start

Screenshots

Interface

OpenCV Started

TODO

  • OpenCV Face Detection (Python)
  • OpenCV Face Pose estimation (Python)
  • Python-Node Communication (Python and JS)
  • Desktop recorder (JS)
  • Speech to Text (Python)
  • Upgrade Flask server