Skip to main content

Bluetick Consultants Inc.

Top 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 Reading

Deep Learning for Image and Video Colorization

Converting color images to black and white is quite easy using the OpenCV framework,but for converting…

Continue Reading

Image 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 Reading

Master 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…

Continue Reading

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 Reading

Analyzing 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 Reading