In this project we shall learn how to convert the text written by the user into speech or in voice audio using python.
Iris is flower with different species. In this project we will learn how to predict the flower species using different petal size,sepal size length etc.
GSAP animates anything JavaScript can touch (CSS properties, SVG, React, canvas, generic objects). It provides a reliable way of applying and customising animations in web
Caesar cipher is the simplest and oldest substitution cipher. It is a fundamental part of cryptography. In this project, we shall understand the cipher, view its features and implement it.
A recreation of the tool JS Bin that allows you to get instant output as you play around with different JavaSript and CSS styles. Try all new features and test them out here!
Word cloud is a pictorial representation of important keywords in our text. The important keywords are the most frequently occurring words in our text.
It is the ability of a machine to identify the words in a spoken language and covert into them to a text format using Python. In this module we are doing with the help of Speech_Recognition
Horoscope Reading is a small project designed in Python. It takes input from the user to know the user's astrological sign and then ask if the user wants to read his/her horoscope.
This Project will help you to understand the basic operations on linked list such as adding, removing and iterating a linked list forward and backward by using a real-world problem i.e PlayList
The project is based on Machine Learning written in the language "Python", in this project we only classify the email spam dataset by using some library.
Microsoft Word is a word handling application part of the PDF documents, basically, in this project we convert Microsoft word file into PDF Convertor.
MNIST dataset has a total of 70000 images in which 60000 related to the training set and 10000 related to the testing set, its range between 0 to 255, where 0 is dark, 255 is white.