Home
Robin Reni
Cancel

Connecting to MongoDB deployed on AWS using Bastion and SSH Tunneling from Local

There are two major ways to deploy MongoDB on AWS one way is to directly deploy using MongoDB Atlas and another way is using Self Managed AWS. This blog is focused on how to connect locally to Mong...

Deploying JupyterHub in Heroku

For collaborative working and rapid experimentation’s in Data Science, Jupyter Notebooks play a major role. Data Scientists/ ML Engineer or anybody who works with data science love jupyter notebook...

Using AWS Lambda(Serverless) for ML Jobs

If you are working as a Data Scientist or an AI/ML engineer your one of the major challenge is running parallel ML models for training or for prediction . People say we can make use of Distributed ...

Signature Classification using Siamese Neural Network (Pytorch Code Example)

Classification of items based on their similarity is one of the major challenge of Machine Learning and Deep Learning problems.But we have seen good results in Deep Learning comparing to ML thanks ...

Python3 OpenPose Installation

OpenPose represents the first real-time multi-person system to jointly detect human body, hand, facial, and foot key points (in total 135 keypoints) on single images. But the problem is we have ...