data analysis May 20, 2020 Studying the COVID-19 genome sequences Exploratory Data Analysis on COVID-19 and other coronavirade family's viruses' genome sequences #DataAnalysis #COVID-19 #DataVisualization #GenomeSequenceAnalysis #PhylogeneticTree
Data Visualization March 25, 2020 COVID-19 Infographic Story #COVID-19 #DataAnalysis #DataVisualization
deep-learning December 8, 2019 What Do Neural Networks dream of ? Implementation of Google's Deep Dream Paper #DeepLearning #DeepDream #NeuralNetworks #Google
deep-learning December 5, 2019 Teaching AI to generate pickup lines for you AI that generates Pickup Lines for you. #GenerativeModelling #DeepLearning #LSTM #ArtificialIntelligence #PickupLines
deep-learning October 30, 2019 Realtime Object Detection A realtime object detection model built using MobileNetSSD Caffemodel. #ComputerVision #DeepLearning #ObjectDtection
deep-learning June 19, 2019 Facial Expression Recognition Recognising facial expressions using CNN #DeepLearning #ComputerVision #FacialDetection #FacialExpressionRecognition
python April 3, 2019 Facial Detection A quick helper module for detecting faces among images and videos. #DeepLearning #ComputerVision #FacialDetection
deep-learning January 28, 2019 Google's Stock-Price trend Prediction Google's stock price-trend prediction #DeepLearning #PredictiveModelling #Google #PriceTrends
deep-learning January 14, 2019 Fraud Detection using SOM A fraud detection model using SOM clustering #DeepLearning #SelfOrganizingMaps #FraudDetection
machine-learning October 16, 2018 TL-DR Text Summarizer A text summarizer for the lazy folks like myself #MachineLearning #NaturalLanguageProcessing #TextSummarizer
deep-learning June 7, 2018 Customer Churn Modelling a simple artificial neural network predicting whether the customer will retain or churn-away provided the user-demographics. #DeepLearning #ChurnModelling
machine-learning May 31, 2018 Twitter Sentiment Analysis Search for tweets by keyword(s) and get its sentiment polarity. #SentimentAnalysis #Twitter
deep-learning May 4, 2018 Cats vs Dogs Classifier a simple image classifier classifying dogs and cats #ImageClassifier #DeepLearning #ComputerVision
machine-learning February 23, 2018 California Housing Price Prediction An exploratory data analysis of California's Housing Prices and followed by a predictive model to predict the house prices provided the right attributes of the house. #PredictiveModelling #DataAnalysis #MachineLearning
machine-learning November 4, 2017 Handwritten digit recognition Teaching machines to recognize hand written digits. #ImageClassification #DigitRecognition #MachineLearning
python October 26, 2017 Flask RESTful API services Boilerplate with Swagger-UI A minimal boilerplate for creating a RESTful API services using Flask web-framework. #boilerplate #hack-codes #RESTful #APIservices