Some of assignment details, which i have done.
This application will have two sub-systems. First one is customer side where user can shops the glasses. Second is the admin part, from where we control the customer site as well as order records. Developed using c#, java script as programming language with sql server as database .
This application will have two sub-systems. First one is customer side where user can check the listed property. Second is the admin part, from where we control the customer site as well as property listing. Developed using c#, java script as programming language with sql server as database.
A facial recognition system is a technology capable of identifying or verifying a person from a digital image or a video frame from a video source .
Face detection using Haar cascades is a machine learning based approach where a cascade function is trained with a set of input data.
Face recognition with Haar Cascades. Implement canny edge detection and hough line technique for photo of photo detection. That greyscale image can be converted back to original text without any information loss.
For Deep Nut Perform face recognition with OpenCV, Python, and CNN.
Most of the time we don't remember the name of color and there can be 16 million colors based on the different RGB color values but we only remember a few .
In this project i am trying to find the color name on the base of mouse left button click.
A chatbot is a software application used to conduct an on-line chat conversation via text or text-to-speech.
Chatbot using deep learning techniques. The chatbot will be trained on the dataset which contains categories (intents), pattern and responses. We use a special recurrent neural network (LSTM) to classify which category the user’s message belongs to and then we will give a random response from the list of responses.