Abhilash shankar

  • Arduino
  • Raspberry
  • Python
  • Home

Python

Python

Facial Recognition using OpenCV Machine Learning

Setup Here is our layout First get the haarcascade data from here. RequirementsOpenCvNumpyPillow Lets start with creating our data. We will create a program to take pictures of faces, then store them in faceDataSet. I will name my file faceDataCreator.py. The index is used to only take 20 pictures of Read more…

By Abhilash Shankar, 5 yearsSeptember 14, 2020 ago
Python

Display COVID-19 Data using Flask

Setup To briefly layout or steps here is what we will do• Create our main file• Grab our COVID-19 data• Create our html elements• Pass in our COVID-19 data• Display the output Our COVID-19 Data will come from here We will first create a template of our application to make Read more…

By Abhilash Shankar, 5 yearsAugust 20, 2020 ago
Python

How to check if a 4 digit number is a palindrome

A palindrome is a word, phrase or number that are the same backwards or forwards. Examples of palindromes in numbers is 1221, 4224, etc To start of this program you will need to make a function that splits the numbers. This can be done making a function using def ———–(-): Read more…

By Abhilash Shankar, 7 yearsMarch 11, 2018 ago
Python

How to make a 8 ball with Python

This is a tutorial on making an 8 Ball using Python To start off this program, you will need to import the “random” library, do this by doing,import random Next, you will need to have a variable that will have a random number value from 1-20(because there is 20 8 Read more…

By Abhilash Shankar, 7 yearsDecember 23, 2017 ago
Search
Recent posts
  • Facial Recognition using OpenCV Machine Learning
  • Display COVID-19 Data using Flask
  • Arduino 4 Segment LED with temperature sensor and push button.
  • Infrared Sensors
  • Arduino Seven Segment LED with Infrared Sensors(Including math)
Categories
  • Arduino
  • Python
  • Raspberry
  • Home
Hestia | Developed by ThemeIsle