You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains works on a computer vision software pipeline built on top of Python to identify Lanes and vehicles in a video. This project is not part of Udacity SDCND but is based on other free courses and challanges provided by Udacity. It uses Computer vision and Deep Learrning Techniques. Few pipelines have been tried on SeDriCa, I…
This project allows the use of machine learning to predict the ingredients of a recipe. In particular, it has been implemented on a poke recipe in which a series of ingredients (i.e. 8) are passed as input and the software returns 2 missing (for example the topping and the sauce). The model used is Multi Target Forest and Scikit Learn ML library
This Face Recognition System allows adding new faces, training a classifier, and real-time face recognition using a webcam. Built with Python and OpenCV.