1. UnDraw: undraw.co/illustrations 2. DrawKit: drawkit.io 3. StorySet: storyset.com…
Month: August 2021
KNN: K Nearest Neighbors (KNN) algorithm is a supervised machine learning algorithm. KNN algorithm requires an entire data set…
What is K-means Clustering? K-means is a centroid-based algorithm, or a distance-based algorithm, where we calculate the distances to assign a point to a cluster. In K-Means, each cluster is associated with a…
First thing first, Add this code in your “html” <head lang = “en”, data-theme = “light”> ——————– </head> <body> ————————– <div class=”theme-switch-wrapper”>…
1. CSS Grid Generator: https://grid.layoutit.com/ 2. Cubic-bezier Generator: https://cubic-bezier.com/ 3. Keyframe animations https://keyframes.app/animate/ 4. CSS Complex Shapes: https://bennettfeely.com/clippy/ …
What is an API? API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Each time you use an app like…
Packages used: pyttsx3: Python library for text to speech. It will help the machine to speak to us. pyPDF2: It will help to the text from the PDF Install both the libraries : …
DEMO HTML <div class=”contianer”> <div class=”sun sun-logo”> <i class=”fas fa-sun”></i> </div> <div class=”moon moon-logo”> <i class=”fas fa-moon”></i> </div> </div> CSS .container{ position: relative; } .sun, .moon{ font-size: 10rem; width: fit-content; height: fit-content; }…
Step 1: Go to google and search for formsubmit.co Step 2: Create a simple form using HTML. Step 3: Add your email id where you want form data & add this link in…