A deep learning project that recognizes characters from The Simpsons using OpenCV for face detection and TensorFlow/Keras for CNN-based classification.
- Detects and classifies faces of Simpson characters (Homer, Marge, Bart, etc.).
- Uses OpenCV for preprocessing and Haar Cascades/MTCNN for face detection.
- CNN model built with TensorFlow/Keras for accurate recognition.
- Supports image inputs and real-time webcam detection (if applicable).
- Clone the repository:
git clone https://github.com/yourusername/simpsons-face-recognition.git cd simpsons-face-recognition
- Install dependencies:
pip install -r requirements.txt
This project uses the "Simpson Faces" dataset from Kaggle.
You can download it here:
π Kaggle Dataset Link
## π License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.