Utilizing Threads in Ruby for Better Performance
We all know what a process is it is a unit of work with a single thread of control.Thread is also a lightweight…
Continue ReadingFastify on Lambda: Serverless Deployment Guide
An efficient server implies a lower cost of the infrastructure, better responsiveness under load, and happy…
Continue ReadingPredicting NFT Image Prices with AI
An NFT is an image in the form of a digital token. These tokens are then sold online. AN NFT can be anything in digital…
Continue ReadingTop Object Detection Techniques in Computer Vision
Object detection: Locating the presence of objects with a bounding box and types or classes of the located objects…
Continue ReadingDeep Learning for Image and Video Colorization
Converting color images to black and white is quite easy using the OpenCV framework,but for converting…
Continue ReadingImage Entity Recognition with OCR
An entity can be a word or series of words that consistently refer to the same thing. Every detected entity is classified into a prelabelled category. For example, a NER model might detect the word…
Continue ReadingMaster Named Entity Recognition Techniques
The goal of Named Entity Recognition is to locate and classify named entities in a sequence. The named entities are pre-defined categories chosen according to the use case such as names of people, organizations, places, codes, time notations, monetary
values, etc…
Multi-Label Classification with Transfer Learning
COVID-19 is a contagious disease that caused thousands of deaths and infected millions worldwide.Using convolutional neural networks and transfer learning techniques we develop a…
Continue ReadingAnalyzing IMDB Reviews with Sentiment Analysis
The act of computationally recognising and categorising opinions contained in a piece of text, especially in order to discern whether the writer has a good, negative, or neutral attitude…
Continue ReadingMastering the Pipe Operator in Elixir
Elixir has become one of the most loved languages. Elixir applications are scalable, very reliable, and the syntax is also quite nice. In this article, we will discuss about how elixir pipe…
Continue Reading