System Requirements:
- Python:
version 3.12 - Node:
version 22.10.0 - Docker
version 26.1.4
- Clone the software-projecto repository:
$ git clone https://github.com/mu5icmaster/software-projecto
- Change to the project directory:
$ cd software-projecto
- Install the dependencies:
$ pip install -r requirements.txt $ npm install
- Initialize the MySQL Database:
$ python init-db.py
Run software projecto using the command below:
$ node index.jsThe application will launch, and you will be directed to the login screen. Enter the default administrator credentials to access the dashboard.
Email: [email protected] Password: Pass1
-
DeepFace Compatibility: As of 1/11/2024, the
deepfacelibrary requires thetensorflowdependency, which does not support Python 3.13.0. As a result, the application will not run if you are using Python 3.13.0. Please ensure you are using a compatible version of Python (Python 3.9 to 3.12) to avoid this issue. -
TensorFlow Dependency: The latest version of
tensorflow,tensorflow 2.18.0requires thetf-keraspackage. To resolve this issue, you can either install thetf-keraspackage by runningpip install tf-kerasor downgrade TensorFlow to a compatible version.