Trending Posts


All Posts

January 11, 2022

Object Detection using Pretrained models from Tensorflow Detection Zoo

Object detection on images using pretrained models from tensorflow model zoo and draw results on output images.

May 14, 2021

Train and Deploy Machine Learning models using Azure ML

AzureML is a machine learning cloud-based service from Azure cloud used for development, training and deployment of Machine Learning models and solutions

May 02, 2021

Face detection and matching with Azure Cognitive Services

Use Azure Cognitive face service to detect faces in images and also match faces to recognize person in images. We can also use it to group faces and face recognition.

November 16, 2022

Extract Audio from video file using Python

Use Moviepy to split audio from a video files, perform different operation and export to a audio file.

March 17, 2021

Train Image Classification model using Azure Cognitive Services

Train a Deep learning image classification model with no or very less code and serve using an endpoint using azure cognitive services.

April 04, 2022

Optical Character Recognition using EasyOCR in Python

Perform Optical character recognition for 80+ languages using easy ocr easily in python and using different libraries.

January 18, 2021

Tensorflow classification models optimization using TensorRT

Optimize tensorflow deep learning models using TensorRT by nvidia to speed up inference of models with good accuracy.

January 10, 2021

Deploy keras image classification model using flask and Docker on Azure

For any model, we train for a specific purpose, we need to deploy it on some cloud or local device to use it for new data, so here we will learn about cloud deployment as API

November 23, 2021

Person Pose Landmarks detection using Mediapipe

Pose estimation using mediapipe in images and videos with person segmantation and draw landmarks on images or apply person segmentation using python

September 29, 2021

Train Object Detection Models using YoloV5

Use Yolov5 architecture to train model with pytorch backend for different dataset and convert dataset from one format to other for training of yolov5 object detection models.

January 10, 2021

Face detection using Face_recognition library

Face Detection and Recognition is a very used part in Deep Learning. We use face detection and recognition for different tasks like login on applications, person recognition and different attendence systems.

April 05, 2023

Optical Character Recognition using PaddleOCR in Python

With PaddleOCR, performing OCR in Python has become easier than ever. Learn to easily detect and recognize text from images with PaddleOCR.

November 16, 2021

Read and Write Videos using Opencv Python

Read video frome files, webcam or stream and process video using opencv python and finally write video back to a file using opencv writer.

December 11, 2021

Face Detection using Mediapipe in Python

Face and basic landmarks detection using mediapipe models with efficiency and very good accuracy and draw on image or save detected faces using opencv in python.

January 24, 2021

Train Image Classification model using tensorflow

Image classification is a very basic example in computer vision yet used widely for a lot of tasks. In image classification, we can input and image to deep learning model and get related label for class which image belongs to. We can use image classification for classifying an object from different classes, checking quality of a manufactured objects(good or not),

October 06, 2022

Image Segmentation using pretrained Segformer models

Semantic Segmentation using pretrained transformer segformer models usign Pytorch in python and using models with different parameters and input shapes.

February 01, 2022

Hand Landmarks detection using Mediapipe in Python

Hand Landmark detection using mediapipe to get 21 landmarks for each hand, hand handedness and bbox coordinates with lower latency and high accuracy and process on images and videos.

September 18, 2021

Optical Character Recognition (OCR) using Tesseract in python

Tesseract is a open-source OCR engine owened by Google for performing OCR operations on different kind of images. Use pytesseract to process different type of images and localize text location with confidence.

February 16, 2022

Deploy Deep Learning Models using Flask, Docker and Github on Google Cloud

Create deep learning models application using flask as web service and deploy to google cloud run using docker and continuous deployment using Github.

Trendings

Python Posts