This code can convert your photo to pencil sketched quickly. Just upload your photo, set the pencil shadow or thickness then you can view the sketched image.
A smart voice assistant can perform tasks or services, or answer questions used to carry out tasks via voice recognition.
Hello everyone! In this tutorial, we are going to write Python code to get the complete address of a location just by entering the latitude and longitude of the required location.
Hello everyone! In this tutorial, we are going to build a model to predict the password strength using the Machine Learning classification algorithm Logistic Regression & NLP in Python.
The user adds items to a list and sets a price . An alert is sent if the price of the item drops below the price set by the user. This program sends alerts to users via email.
In this article, we will be solving a problem in which we need to find the Super Digit of integer p (obtained by concatenating n, k times )and return its value.
FOODIEE built using HTML, CSS, PHP and JavaScript. FOODIEE, for fast food delivery at home.
If lines intersect with each other then we print the message that lines intersect with each other along with coordinates and if not then we print that the lines do not intersect with each other.
The Digital clock is a C++ project which displays the current time digitally without using any LED or LCDs.
Snake-gym is a custom environment of the classic snake game using OpenAI Gym. It is meant to test different Reinforcement Learning Agents. It has a "human" mode to serve as a Single Player game.
In this tutorial, we are going to analyze the sales data generated by the e-commerce sites such as Amazon, Flipkart, Myntra, etc., and will answer some questions to increase the profit.
This is the shortest pathfinder program that uses the concept of BFS(Breadth-First Search) to find out the shortest path between a start and an end point.