Abstract: This study presents a deep learning-based mobile app for rice crop disease detection using a MobileNetV2-based CNN model trained on a dataset of 4,700 rice leaf images. The app accurately ...
Abstract: As deepfakes become more common on digital platforms, reliable detection is vital. For this study, we propose a hybrid ResNet-34-based deepfake detection model with a preprocessing pipeline ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...