To set up the required dependencies for this project, run the following command:
pip install opencv-python numpy pandas pillow tkinter deepface ultralytics
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.
- Install the dependencies as mentioned above.
- Run the main script of the project to start execution.
- Follow the on-screen instructions for using the functionalities.
Feel free to fork this repository and contribute by creating a pull request.
For any questions or support, reach out via open an issue in the repository.