/System-Sense

An advanced System Security app written in Python

Primary LanguagePython

System-Sense

An advanced System Security app written in Python

Installations and Dependencies

  1. Python Installed.

  2. Open Terminal/ Command Prompt and type in:

-> Windows Users

pip install -r /path/to/requirements.txt

-> MacOS/Linux Users

pip3 install -r /path/to/requirements.txt
  1. HaarCascade Frontalface XML File

  2. Shape Predictor Landmarks File

Usage

  1. Inside the Repository's directory, Open Terminal/ Command Prompt and type in:

-> Windows Users

python app.py

-> MacOS/Linux Users

python3 app.py

Note

  • Kindly do not move, delete, rename or modify any files (unless you know what you are doing).

  • Place the HaarCascade and Shape Predictor File inside the assets folder.

  • The email functionality only works with gmail and that too if less secure apps are turned on.

  • Add your email and password in the credentials.py file

  • The web portal can be accessed over the internet if deployed to application hosting platforms