Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 997 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 997 Bytes

Installation

To set up the required dependencies for this project, run the following command:

pip install opencv-python numpy pandas pillow tkinter deepface ultralytics

Dependencies

The project requires the following Python libraries:

  • opencv-python: For image and video processing.
  • numpy: For numerical computing and array operations.
  • pandas: For data manipulation and analysis.
  • pillow: For image processing and handling.
  • tkinter: For GUI-based interactions.
  • deepface: For facial recognition and analysis.
  • ultralytics: For deep learning and YOLO-based object detection.

Usage

  1. Install the dependencies as mentioned above.
  2. Run the main script of the project to start execution.
  3. Follow the on-screen instructions for using the functionalities.

Contributing

Feel free to fork this repository and contribute by creating a pull request.

Contact

For any questions or support, reach out via open an issue in the repository.