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
An image classifier is built to identify the class of the leaves in given image. The classifier identifies if the leaves in given image are healthy or Angular leaf or bean rust. MobileNet model is …
An LSTM model is trained in this project to identify the sentiment of a given review. Flask is used along with gunicorn to develop a web application that gives the sentiment of the user review. Doc…
Exploratory Data Analysis and Feature Engineering on Violent Crime dataset from Kaggle and performing regression analysis to predict the crime rate per 100k population. This project compared the pe…
In this project we are trying to redact the sensitive information from the .txt files. Whenever sensitive information is shared with the public, the data must go through a redaction process. That i…
In this project we are tryinbg to create unredactor. Unredactor will take a redacted document and the redacted flag as input, inreturn it will give the most likely candidates to fill in redacted lo…