ai-seed
ai-seed copied to clipboard
1000+ ready code templates to kickstart your next AI experiment
Implement a Face Recognition system in python using machine learning/deep learning technique, which recognizes the face detected from an image using OpenCV. Utilize OpenCV to crop the detected face, which...
A simple Implementation of Reinforcement Learning in python using Keras-rl library.
Detect Facial Emotion using OpenCV and machine learning/Deep learning. Where OpenCV is utilized to get accurate face image from video frames either streamed from Camera or video files. Once Face...
Detect pothole in video stream either from camera input or video files. Detect the pothole from video frame per second using OpenCV utilizing image processing techniques like : 1. Contour...