Pinned Repositories
Cats-Vs-Dogs-Prediction
Kaggle URL: https://www.kaggle.com/arpitjain007/dog-vs-cat-fastai
ChatBot-using-Keras-TkinterGUI
Chest-X-Ray-Images-Pneumonia-Prediction
Dataset and Problem Statement: https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia
Color-Detection-OpenCV
Colorizing-black-and-white-images-using-Python
Image colorization is the process of taking an input grayscale (black and white) image and then producing an output colorized image. The approach we are going to use here relies on deep learning. We will utilize a Convolutional Neural Network capable of colorizing black and white images with results that can even “fool” humans!
Detect-Face-and-Blur-OpenCV
Face-Mask-Detection
Detecting face masks using Python, Keras, OpenCV on real video streams
Gender-Detection
Gender Detection using Python Keras and OpenCV on live camera
Object-Detection-on-images-using-YOLO
Smile-Detector-using-Python
balajisrinivas's Repositories
balajisrinivas/Cats-Vs-Dogs-Prediction
Kaggle URL: https://www.kaggle.com/arpitjain007/dog-vs-cat-fastai
balajisrinivas/Finding-an-Outlier
Using interquartile range IQR
balajisrinivas/Face-Recognition-OpenCV
balajisrinivas/NLP
Spacy Basics, Spans, Tokenization, Tokenization Visualizers, Stemming (Porter Stemmer and Snowball Stemmer), Lemmatization and Stopwords.
balajisrinivas/Chatbot-Using-RASA-NLU
Weather updating Chatbot using RASA NLU
balajisrinivas/Image-Basics-with-OpenCV
Basic image operations and drawing shapes using OpenCV
balajisrinivas/Semantics-and-Word-Vectors
Using Spacy
balajisrinivas/Blending-Images-with-OpenCV
Example to show how can we blend two images of same size and overlay a small image on top of a large image using OpenCV
balajisrinivas/Customers-Leaving-Bank
A bank is investigating a very high rate of customer leaving the bank. Here is a 10,000 records dataset to investigate and predict which of the customers are more likely to leave the bank soon.
balajisrinivas/Data-Visualization-Using-Pandas
Easy and Simple Visualizations
balajisrinivas/Matplotlib
Functional and Object Oriented Plotting in Matplotlib
balajisrinivas/Numpy-and-Image-Basics
A basic overview on what is an Image and a few basics on Numpy
balajisrinivas/Python-Text-Basics
balajisrinivas/Seaborn-Basics
All the plots in Seaborn with few styling.