This application uses Python and Artificial Vision to detect faces in video. It utilizes the OpenCV library for image processing and the Haar Cascade classifier for detection.
- Run the script
- Select an image file
- The application will display the image with bounding boxes around any detected faces
- Python 3
- OpenCV
- Face_recognition
- Numpy
- OS
Local 0. conda env create -n FaceFind --file environment.yml
- Clone or download the repository
- Install the required libraries by running
pip install -r requirements.txt
- Run the script with
python main.py
Remoto Implementamos una politica de CD CI con git-action para hacer el deploy y llo automatizamos para lanzarlo en railway
This application demonstrates the capabilities of Python and Artificial Vision in detecting faces in images. It can be used as a starting point for more advanced projects in computer vision and image processing.
Víctor & Christian