Skip to content

mu5icmaster/software-project-DBKL-

Repository files navigation

🚀 Getting Started

System Requirements:

  • Python: version 3.12
  • Node: version 22.10.0
  • Docker version 26.1.4

⚙️ Installation

From source

  1. Clone the software-projecto repository:
$ git clone https://github.com/mu5icmaster/software-projecto
  1. Change to the project directory:
$ cd software-projecto
  1. Install the dependencies:
$ pip install -r requirements.txt
$ npm install
  1. Initialize the MySQL Database:
$ python init-db.py

🤖 Usage

From source

Run software projecto using the command below:

$ node index.js

The 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

⚠️ Known Issues

  • DeepFace Compatibility: As of 1/11/2024, the deepface library requires the tensorflow dependency, 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.0 requires the tf-keras package. To resolve this issue, you can either install the tf-keras package by running pip install tf-keras or downgrade TensorFlow to a compatible version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •