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
Spam email detection using Logisitic Regression Model and TF-IDF Vectorizer for Feature extraction. Integration for different Email providers (GMAIL,OUTLOOK,YAHOO) by connecting to IMAP server , classifying unseen Emails and storing marked emails as Spam in Junk/Spam folder.
Detection of Diabetic Retinopathy using Retina Images. Filtering on images using Gaussian Blur, using KNN PCA for dimensionality reduction and classification of healthy retina image from unhealthy. Different algorithms like KMeans and Logistic regression used for classification of retina image into one of the five classes.