python

Developing a chess plugin …

Introduction I first came across Manim while watching 3blue1brown His videos were really helpful to help understand some of the key concepts behind machine learning, statistics and the like. The animation engine he uses is also striking, or rather, the way his animations subtly help him explain …

EazyPredict ML module

EazyPredict - Running and comparing multiple ML models at once Welcome to the world of ‘EazyPredict’, a Python module that aims to make trying out multiple prediction algorithms as simple and efficient as possible. The module was heavily influenced by the ‘LazyPredict’ …

Developing a scraper to …

The aim of this blog is to guide individuals in comprehending the methodology and tactics required to construct a web scraper. The problem with low resource languages for NLP When getting started with an NLP project, the initial bottleneck is always acquiring relevant data. This issue is magnified …