Realtime Python Logging with logstash

Logging is very important when it comes to monitoring and debugging your application. Setting up logging the correct way can save a lot of development hours and making this log available in a searchable fashion in the cloud is essential.

How to write better programs in Python with Pytest - Part 1

Pytest is the battle tested tool to test complex python programs with relative ease

How to upload and version your model files using github

Model files are usually larger than 100MB filesize allowed by github, this tutorial will show you how to upload your large model file to github with versioning using git lfs.

Finding Text Similarity using Huggingface Transformers and PyTorch

This tutorial explains how to use the Hugging Face Transformers library and PyTorch to find the similarity between two texts. This is interesting as well as necessary for many computational tasks involving text such as information retrieval systems and question answering systems.