python

How to Hide/ Encrypt/ Obfuscate any Python Program

Hello everyone. Wondering what this blog post is all about? It is about obfuscating any python program. Now you all must be thinking what...
Balakrishna V
2 min read

My experience in Wikimedia Hackathon 2022

Hi everyone, hope you all are doing good. I would like to share my experience in Wikimedia Hackathon 2022 and that is the reason...
Ramaiah M
3 min read

Detect object’s edges in images using Fourier Transform

During my school days, one day evening my mathematics professor was teaching me about Fourier transform. My friend asked me: Where do we use...
Parthiban Marimuthu
3 min read

Kalman Filters for Object Detection and Tracking

Hello everyone, let me start by asking you a question. Did you ever stay awake thinking of a problem and ways of solving it?...
Santhtadi
2 min read

Can I Run Healthcare Business Logic Without a Server?

Yes, now you are able to run an application without your own server! I work for Spritle Software where we develop awesome web and...
Vinothkumar S
2 min read

MLDatasetBuilder – A python package for build your custom…

As an Machine Learning (ML) Newbie, I need to figure out the best way to prepare the dataset for our machine learning training model....
karthick Nagarajan
2 min read

How To Crack Sudoku Using Python

Sudoku is a fun logic-based puzzle in which the objective is to fill a 9×9 grid with digits from 1-9 in such a way...
Siddharth Isaiah
1 min read

How to Build a Multi-tenant application with Django Rest…

First, let us see what is the Multi-tenant Application??? Multi–tenancy is an architecture in which a single instance of a software application serves multiple...
Bala Venkatesh
2 min read

Face detection & recognition using OpenCV (ML)

I hope you reached this article since you are interested in learning what is openCV, Face detection, Face recognition. Yes, you are in the...
karthick Nagarajan
3 min read

Capture Image with camera using Arduino & Ultrasonic

I have been in IOT space for quite few months and trying to integrate things with Arduino board, Recently I came across Ultrasonic sensor,...
karthikeyan S
1 min read