Detect Beard from a Face in Python

Detect beard form a face in Python using a webcam. We'll be using Pycharm IDE to solve this problem. We will use OpenCV in order to recognize the face from video and also use Color Filtering to detect facial hair. | Continue reading


@codespeedy.com | 3 years ago

Test Internet Speed using Python – Simple and easy code

Test internet speed using speedtest library in python. Download speed, upload speed , and ping using a simple python program. | Continue reading


@codespeedy.com | 3 years ago

Build a Pokedex in Python

Learn to create a simple pokedex which contains detail about all the pokemons in Python. We are using Kaggle dataset here. | Continue reading


@codespeedy.com | 3 years ago

Human detection in webcam in JavaScript with ml5.js

Human detection project in JavaScript for the browser using ml5.js, a JavaScript machine learning library on top of TensorFlow.js. | Continue reading


@codespeedy.com | 4 years ago

Stock Price Prediction Using LSTM in Python with Scikit-Learn

Here is the full tutorial to learn how to predict stock price in Python using LSTM with scikit-learn. We will also see the visualization. | Continue reading


@codespeedy.com | 4 years ago

Time Series Analysis in Python

We will learn some methods that are important in a time series analysis and will practice on a data step by step in Python. | Continue reading


@codespeedy.com | 4 years ago

Encrypt and Decrypt a String in PHP

Encryption and decryption data can be done in PHP. So here I will let you know, how to encrypt and Decrypt a String in PHP. | Continue reading


@codespeedy.com | 4 years ago

Confusion Matrix and Performance Measures in ML

Confusion matrix is important determining performance of ML classifier model for which normal Accuracy measure can be misleading in determining performance. | Continue reading


@codespeedy.com | 4 years ago

Loan Prediction Project Using Machine Learning in Python

Our main aim from the project is to make use of pandas, matplotlib, etc in Python to calculate the %rate for calculating Loan Prediction. | Continue reading


@codespeedy.com | 4 years ago

Sklearn standardscaler to transform input dataset in Python

You will discovered following on topic using sklearn StandardScaler() to transform input dataset values.implementation of StandardScaler() | Continue reading


@codespeedy.com | 4 years ago

Generate QR Code in JavaScript Quickly

This article shows you how to generate QR code in JavaScript quickly using the QRCode.js JavaScript library available on GitHub with example. | Continue reading


@codespeedy.com | 4 years ago

Object Detection in PHP with 15 lines of code

Object Detection in PHP using NanoNets machine learning API provider to detect objects from an image in PHP just within a few lines of code. | Continue reading


@codespeedy.com | 4 years ago

Image Classification in Python Using CNN

Hey, computers do image classification in an interesting way. Today, in this post we will learn about image classification using CNN in python.Let's go. | Continue reading


@codespeedy.com | 4 years ago

Handling Large Datasets with HDF5

In this tutorial we will see how to handle large dataset with HDF5 in Python. An example dataset is given with Python code. | Continue reading


@codespeedy.com | 4 years ago

Implementation of Apriori Algorithm in Python

Learn about apriori algorithm and its working in Python. Also learn its implementation in Python using simple examples with explanation. | Continue reading


@codespeedy.com | 4 years ago

Naive Bayes Algorithm in Python with Example

In this tutorial we will understand the Naive Bayes theorm in python. we make this tutorial very easy to understand. We take an easy example. | Continue reading


@codespeedy.com | 4 years ago

Detect number of faces from an image in Python using OpenCV

This tutorial will guide you to understand how to detect faces from an image in Python. We have used OpenCV in Python to count number of faces from an image | Continue reading


@codespeedy.com | 4 years ago

Prepare your own data set for image classification in Python – ML

Learn how to prepare your own dataset for image classification for Machine learning. We have show you how to prepare this dataset in Python. | Continue reading


@codespeedy.com | 4 years ago

Popular Frameworks of Python with Key Features

Here you will find the most popular frameworks of Python with key features. Area of application of these frameworks are also mentioned. | Continue reading


@codespeedy.com | 4 years ago

Hangman game in Python with random words

In this tutorial we will learn to create a hangman game in python. We can also say it a guess the word game in Python with popular words. | Continue reading


@codespeedy.com | 4 years ago

Linear Regression in Python with Large Dataset

Here we can learn what is linear regression and how to fit dataset into the regression model. In this example we can find the best fit regression line. | Continue reading


@codespeedy.com | 4 years ago

Voice Command Calcular in Python Using Speech Recognition and PyAudio

Build your own voice command calculator in Python with Speech Recognition and PyAudio. Take command from speech and get result in output. | Continue reading


@codespeedy.com | 4 years ago

Build a Feed Forward Neural Network in Python with NumPy

learn how to build a feed forward neural network in Python with this easy explanation. Learn the algorithm and implement it using NumPy in Python. | Continue reading


@codespeedy.com | 4 years ago

Scrapping the data of webpage using xpath in scrapy

Here is a Python tutorial to learn data scrapping of a webpage using scrappy. We can easily scrap data of a webpage using xpath in scrapy. | Continue reading


@codespeedy.com | 5 years ago

Check if a tree is binary search tree or not

In this Java tutorial, we will solve a well-known problem of Tree data structure. Given a tree we will check whether the given tree is a Binary search tree. | Continue reading


@codespeedy.com | 5 years ago

Magic Square Program

Magic Square is a square grid of distinct values and when we sum elements of each column or row, we get the same value everytime. Code is given in Python3.6 | Continue reading


@codespeedy.com | 5 years ago

Clockwise and Counterclockwise Rotation of Matrix

Clockwise & Counterclockwise Rotation of matrix using Numpy in Python 3.6. Easiest method to rotate the matrix by the required degree. | Continue reading


@codespeedy.com | 5 years ago

Why Python Is the Most Popular Language for Machine Learning

The most popular programming language for machine learning is Python. Reasons are simple syntax, Python is good with Data, available packages and support | Continue reading


@codespeedy.com | 5 years ago

Top 5 Reasons to Learn Python

Python is easy to learn for beginners. Used for all tasks ranging from beginner to advanced. Gives higher salary as compared to other languages. | Continue reading


@codespeedy.com | 5 years ago

Number Guessing Game in Python

Create a number guessing game in Python. This game is also known as guess the number game. Number guessing game with source code and great explanation | Continue reading


@codespeedy.com | 5 years ago

STACK – Check whether a parenthesis filled string is balanced

STACK or LIFO operations using JAVA. Here the string is taken as input which contains parenthesis only and it will be checked whether it's balanced or not. | Continue reading


@codespeedy.com | 5 years ago

Play Selected Part of a Video in JS

Learn how to play selected part of a video in JavaScript. With this tutorial it will be easy to understand how to play preview of a video in JavaScript | Continue reading


@codespeedy.com | 5 years ago

Get User’s Latitude and Longitude in JavaScript

Get user's Latitude and Longitude in JavaScript with HTML5 Geolocation. here you will learn how to get the position of a user using navigator geolocation property. | Continue reading


@codespeedy.com | 5 years ago

Goto Statement in JS

Learn how to use goto statement in JavaScript. Here I will show you how easily you can achieve the function like goto statement in JavaScript | Continue reading


@codespeedy.com | 5 years ago

Evolution of JavaScript

JavaScript history as well as its future. JavaScript is not going anywhere, the optimizing compilers are moving forward.Read the history and future of JS | Continue reading


@codespeedy.com | 5 years ago

Difference between JavaScript function in href and onclick

Learn the difference between JavaScript function in href and onclick. Here I will tell you behavioural difference between Js function in href and onclick. | Continue reading


@codespeedy.com | 5 years ago

Real Time Currency Converter PRO

Free Currency Converter API PHP Script with full explanation and Free to download. Convert Currency Easily using this FIxer.io API PHP script. | Continue reading


@codespeedy.com | 5 years ago

Encode and Get the Base64 of an Image in PHP

Here we are going to learn how to encode and get the base64 code of an image in PHP. Here we are going to use the PHP base64_encode() function. | Continue reading


@codespeedy.com | 5 years ago