In this project, I used Python and OpenCV to detect lane lines on the road. I developed a processing pipeline that works on a series of individual images, and applied the result to a video stream.
Abstract: With the growing sophistication of large language models, distinguishing between human-written and machinegenerated text has become increasingly challenging. Deepfake text—content that ...
Abstract: The growing volume of spam messages poses a major challenge to secure online communication, especially in multilingual contexts. Traditional spam detection systems perform well in English ...
face-mask-detection/ ├── dataset/ │ ├── with_mask/ # Training images with masks │ └── without_mask/ # Training images without masks ├── model/ │ ├── mask_detector.h5 # Trained model (generated) │ └── ...