Welcome To The Coding Abacus
A Decentralized Blog
- powered by Gatsby and IPFS
banner
What is a Dapp, and how to code one in solidity
blockchain

What is a Dapp, and how to code one in solidity

You must have heard the term DAPP or web3 recently, and wondered what that might be. So let's explore it together.

Lets Build An Image Classifier Using Tensorflow
machine learning

Lets Build An Image Classifier Using Tensorflow

Previously we learned how to prepare a dataset to feed it to our TensorFlow model. So In this tutorial, we will be using the same dataset…

Prepare Real life Data Set To Train Your Tensorflow Model
machine learning

Prepare Real life Data Set To Train Your Tensorflow Model

In the last few tutorial, we learned what is a neural network, and how to write your own network in python from scratch. We learned how to…

Build Neural Network From Scratch in Python (no libraries)
machine learning

Build Neural Network From Scratch in Python (no libraries)

Hello, my dear readers, In this post I am going to show you how you can write your own neural network without the help of any libraries yes…

Gesture Recognition Virtual Mouse Using OpenCV
computer vision

Gesture Recognition Virtual Mouse Using OpenCV

In My Last OpenCV tutorial, I wrote a program to detect green objects and track them. In this post, I am going to show you how we can extend…

TensorFlow Tutorial Ground Zero | How To Start
machine learning

TensorFlow Tutorial Ground Zero | How To Start

Hey Everyone in my last post I showed how we can write a simple neural network program in python from scratch, just to have a better…

OpenCV Object Tracking by Colour Detection in Python
computer vision

OpenCV Object Tracking by Colour Detection in Python

Hi everyone, we have already seen lots of advanced detection and recognition techniques, but sometime its just better with old school colour…

How to use IP Webcam with opencv as a wireless camera
computer vision

How to use IP Webcam with opencv as a wireless camera

Hi guys, If you are interested in creating robots, or embedded systems like me then you must be wondering if there is an way to use your…

What Is Neural Network | Beginners Guide
machine learning

What Is Neural Network | Beginners Guide

Hi everyone, in this post I will be introducing you about neural network, how it works and how you can create your own neural network, Many…

Object Recognition In Any Background Using OpenCV Python
computer vision

Object Recognition In Any Background Using OpenCV Python

In my previous posts we learnt how to use classifiers to do Face Detection and how to create a dataset to train a and use it for Face…

Face Recognition Using OpenCV | Loading Recognizer
computer vision

Face Recognition Using OpenCV | Loading Recognizer

In my previous post we learnt to train a recognizer using a dataset, in this post we are loading recognizer to see how we can use that…

Face Recognition OpenCV – Training A Face Recognizer
computer vision

Face Recognition OpenCV – Training A Face Recognizer

To perform face recognition we need to train a face recognizer, using a pre labeled dataset, In my previous post we created a labeled…

Face Recognition – OpenCV Python | Dataset Generator
machine learning

Face Recognition – OpenCV Python | Dataset Generator

In my last post we learnt how to setup opencv and python and wrote this code to detect faces in the frame. Now lets take it to the next…

Face Detection Using OpenCV In Python | How To Setup OpenCV Python
computer vision

Face Detection Using OpenCV In Python | How To Setup OpenCV Python

Opencv is the most popular computer vision library, and today we are going to learn how to set up opencv, how to access your webcam and, how…

title4
computer vision

title4

hi this is a test blog header1 testing blog post

Copyright 2021 The Codacus