Posts

Showing posts with the label ai

Face overlay effect using opencv

Image
Hello Everyone, Today I'm here with with new and very useful article for students interested in image processing projects. Have you ever made any opencv Projects? Yes/No  If your answer is yes, let me ask you one more question. Have you ever heard about overlay effect?  If you're confused or saying no, let me elaborate it with one example. Have you seen any sci fi movie  in which some of the things like human, guns, vehicles etc. were being detected, if yes, you may have seen any effect on them which are just for showing off that you will consider it as detection. But as you  might have made earlier any opencv projects like face detection, object detection, face recognition etc. You might have created rectangle  outside of detected object for showing the user about detection. In this article we're going to make like sci-fi movies. Off course it won't be exact and hard but similar and easy. So let's st...

Ai Enabled Doctor Appointment Recognition System

Image
The Project "Ai Enabled Doctor Appointment Recognition System " is made in Python programming language using Tkinter (for GUI) and OpenCV & face_recognition modules. Modules used in it are: face_recognition [pip install face-recognition] cv2 [pip install opencv-python] pickle dlib cmake [pip install cmake] pyttsx3 [pip install pyttsx3] time [built_in module] tkinter [built_in module] os [built_in module] sys [built_in module] threading [built_in module] Software Requirements: Python 3.x vb basic tools [HOW TO USE] Get Your Copy of project from clicking below button Extract All data from SFX/zip file. Install above mentioned Python 3.x & vb C++ basic tools Install modules mentioned in " requirements.txt " Under folder "dataset" Save images of doctors to be trained, with their name a...