Posts by Category

Computer Vision

Gesture Based Calculator

13 minute read

Gesture Based Calculator Hello and welcome everyone to our last project on the #7DaysOfComputerVisionProjects series where we did some cool computer vision p...

Game: Kill a Fly

12 minute read

Kill The Fly Hello surfer, if you were following our series #7DaysOfComputerVisionProjects then this is the 6th project and this is going to be different and...

Gesture Based Visually Writing System

10 minute read

Gesture Based Writing Method Introduction Hello surfer, welcome to this blog where I will be writing a Python code to write something in canvas by moving fin...

Playing Chrome Trex Game with Gestures

5 minute read

Play Trex Game on Chrome By Gesture Using OpenCV and Mediapipe Hello there surfer! Since few days, I am thinking about some cool projects that can be done w...

Realtime Background Changing in Python

9 minute read

Real Time Background Changing With OpenCV and Python This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of eac...

Crowd Counting Made Easy

7 minute read

Contents Experience Of Being Udacity Scholar: As a scholar of Udacity’s Secure and Private AI Challenge course by Facebook, I have not only learned abo...

Back to Top ↑

Programming

Back to Top ↑

Python

Finding DateTime in Text Using Python

3 minute read

Why extract datetime values from text? In data processing and analysis you often need to identify timestamps embedded in emails, logs, or user messages. Text...

Pyscript: Running Python in Webpages

2 minute read

Pyscript is a JS library that allows us to write and run Python code on HTML web pages. In this blog, we will explore PyScript for running Python codes insi...

Python Asyncio: Concurrent Programming

5 minute read

Introduction Async IO means Asynchronous I/O and it has been there since the Python 3.4. The main purpose of asyncio is to achieve Concurrency and Multiproce...

Back to Top ↑

Project

Gesture Based Calculator

13 minute read

Gesture Based Calculator Hello and welcome everyone to our last project on the #7DaysOfComputerVisionProjects series where we did some cool computer vision p...

Game: Kill a Fly

12 minute read

Kill The Fly Hello surfer, if you were following our series #7DaysOfComputerVisionProjects then this is the 6th project and this is going to be different and...

Gesture Based Visually Writing System

10 minute read

Gesture Based Writing Method Introduction Hello surfer, welcome to this blog where I will be writing a Python code to write something in canvas by moving fin...

Playing Chrome Trex Game with Gestures

5 minute read

Play Trex Game on Chrome By Gesture Using OpenCV and Mediapipe Hello there surfer! Since few days, I am thinking about some cool projects that can be done w...

Realtime Background Changing in Python

9 minute read

Real Time Background Changing With OpenCV and Python This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of eac...

Back to Top ↑

Image Processing

Auto-encoders from Scratch in Python

3 minute read

Auto-encoders from scratch build on the same neural network fundamentals I covered earlier. If you haven’t already, see these prerequisite posts: Feed For...

Gesture Based Calculator

13 minute read

Gesture Based Calculator Hello and welcome everyone to our last project on the #7DaysOfComputerVisionProjects series where we did some cool computer vision p...

Game: Kill a Fly

12 minute read

Kill The Fly Hello surfer, if you were following our series #7DaysOfComputerVisionProjects then this is the 6th project and this is going to be different and...

Gesture Based Visually Writing System

10 minute read

Gesture Based Writing Method Introduction Hello surfer, welcome to this blog where I will be writing a Python code to write something in canvas by moving fin...

Playing Chrome Trex Game with Gestures

5 minute read

Play Trex Game on Chrome By Gesture Using OpenCV and Mediapipe Hello there surfer! Since few days, I am thinking about some cool projects that can be done w...

Realtime Background Changing in Python

9 minute read

Real Time Background Changing With OpenCV and Python This blog is the part of the series #7DaysOfComputerVisionProjects. Links to the blogs and videos of eac...

Back to Top ↑

Data Analysis

Central Tendency vs Dispersion

6 minute read

Hello everyone, welcome back! In this blog we will again focus into the some of widely used central tendency techniques and then measure of spread in the Sta...

Back to Top ↑

Machine Learning

Crowd Counting Made Easy

7 minute read

Contents Experience Of Being Udacity Scholar: As a scholar of Udacity’s Secure and Private AI Challenge course by Facebook, I have not only learned abo...

Back to Top ↑

Artificial Intelligence

Crowd Counting Made Easy

7 minute read

Contents Experience Of Being Udacity Scholar: As a scholar of Udacity’s Secure and Private AI Challenge course by Facebook, I have not only learned abo...

Back to Top ↑

Data Science

Back to Top ↑

Stock Market Analysis

Back to Top ↑

Game Development

Back to Top ↑

Apache Airflow

Back to Top ↑

Data Engineering

Back to Top ↑

Projects

Back to Top ↑

MySQL

MySQL: Triggers

3 minute read

Triggers in SQL Triggers in SQL is a way to invoke something as a response to the events on the table in which Trigger is attached. The example of the event ...

Back to Top ↑

Streamlit

Back to Top ↑

Data Visualization

Back to Top ↑

Technical Analysis

Back to Top ↑

EDA

Back to Top ↑

Web App

Back to Top ↑

Tutorial

Back to Top ↑

Games

Back to Top ↑

Statistics

Central Tendency vs Dispersion

6 minute read

Hello everyone, welcome back! In this blog we will again focus into the some of widely used central tendency techniques and then measure of spread in the Sta...

Back to Top ↑

Timeseries Analysis

Back to Top ↑

Stock

Back to Top ↑

Deployment

Back to Top ↑

CNN

Auto-encoders from Scratch in Python

3 minute read

Auto-encoders from scratch build on the same neural network fundamentals I covered earlier. If you haven’t already, see these prerequisite posts: Feed For...

Back to Top ↑

DateTime

Finding DateTime in Text Using Python

3 minute read

Why extract datetime values from text? In data processing and analysis you often need to identify timestamps embedded in emails, logs, or user messages. Text...

Back to Top ↑

Misc

Finding Remote Jobs: How and Where

3 minute read

Finding remote jobs can be challenging: there are many opportunities, but finding the right fit for your skills and profile takes effort. This post lists pop...

Back to Top ↑

blog

Beginning of my blogging journey.

less than 1 minute read

Contents I thought of doing blogging since school but guess what, the internet was not that much available like these days. After years, I am about to write...

Back to Top ↑

Unity3D

Back to Top ↑

Software

Back to Top ↑

github-pages

Back to Top ↑

Agriculture

Back to Top ↑

adventofcode

Back to Top ↑

challenges

Back to Top ↑

Pandas

Back to Top ↑

Julia

Back to Top ↑

Clustering

Back to Top ↑

ARIMA

Back to Top ↑

Probability

Back to Top ↑

Alpaca API

Back to Top ↑

Concurrent Programming

Python Asyncio: Concurrent Programming

5 minute read

Introduction Async IO means Asynchronous I/O and it has been there since the Python 3.4. The main purpose of asyncio is to achieve Concurrency and Multiproce...

Back to Top ↑

Asyncio

Python Asyncio: Concurrent Programming

5 minute read

Introduction Async IO means Asynchronous I/O and it has been there since the Python 3.4. The main purpose of asyncio is to achieve Concurrency and Multiproce...

Back to Top ↑

Pyscript

Pyscript: Running Python in Webpages

2 minute read

Pyscript is a JS library that allows us to write and run Python code on HTML web pages. In this blog, we will explore PyScript for running Python codes insi...

Back to Top ↑

Javascript

Pyscript: Running Python in Webpages

2 minute read

Pyscript is a JS library that allows us to write and run Python code on HTML web pages. In this blog, we will explore PyScript for running Python codes insi...

Back to Top ↑

Triggers

MySQL: Triggers

3 minute read

Triggers in SQL Triggers in SQL is a way to invoke something as a response to the events on the table in which Trigger is attached. The example of the event ...

Back to Top ↑

Tweets

Back to Top ↑

Apache Superset

Back to Top ↑

Business Intelligence

Back to Top ↑

SMTP

Back to Top ↑

Email

Back to Top ↑

Polygon

Back to Top ↑

Apache2

Back to Top ↑

Web Scraping

Back to Top ↑

BeautifulSoup

Back to Top ↑

API

Back to Top ↑

Bot

Back to Top ↑

Weather

Back to Top ↑

Fractal Geometry

Back to Top ↑

Mathematics

Back to Top ↑

SQL

Back to Top ↑

Database

Back to Top ↑

Deep Learning

Back to Top ↑

OpenCV

Back to Top ↑

Multithreading

Back to Top ↑

Concurrency

Back to Top ↑

Backtesting

Back to Top ↑

Finance

Back to Top ↑

Text Processing

Finding DateTime in Text Using Python

3 minute read

Why extract datetime values from text? In data processing and analysis you often need to identify timestamps embedded in emails, logs, or user messages. Text...

Back to Top ↑

Career

Back to Top ↑

Freelancing

Back to Top ↑

Cryptography

Back to Top ↑

NLP

Back to Top ↑

Challenge

Back to Top ↑

ImageBaker

Back to Top ↑