Building a Twitter Bot using Python & AWS
Built a Twitter Bot that scrapes data from Gmail API and posts on Twitter every day! Twitter Bot Account - https://x.com/growvocabulary
github code
Face Disparity Check Using Deep Learning
Have you ever wondered how KYC platforms work? The ones that involve face validations digitally while processing a customers application.
Here is a simple app that checks the disparity between an uploaded face with an existing database of faces.
The app uses embeddings generated using the facenet model. The paper for the same can be found here
github code
Santander Bank Product Recommendation
A ML Webapp to check if a customer can be given a Loan.
github code
Image Manipulation App
An Image Manipulation app that lets you flip, blend and Scan images once uploaded.
github code