A random password generator is used to create a password with a specified number of characters. This code can be generate random passwords that contain alpha-numeric and special characters.
This Project mainly focuses on Naive Bayes Algorithm to train Iris dataset and predict the output that is the type of iris plant.
This is a simple code that uses an API to access real-time currency conversion rates. The user gives the amount and country to and from which the currency needs to be converted.
We can also detect eyes and faces using OpenCV Python that which wee are going to learn in this tutorial.To achieve this we are using a trained model for eyes and face
This is a Vocabulary Quiz project build using python Data Structures viz. sets, dictionaries, lists. By running this code it generates a question and four choices in the terminal.
This a sentiment analysis project in which I have created a text classifier for movie reviews using Python's keras, convolutional neural network(CNN), long short term memory (LSTM).
In this packet I have created a text summarization pipeline using Python that takes in data that is text(paragraphs) and convert them to the size that user wishes.
This project is about getting the Top 10 movies of all time based on IMDB ratings using Python. The ratings have been normalized to take into account the number of votes received by a movie.
A simple Voting App using React js that will help you to undestand how to use state in reactjs. Here we will make simple voting for the cars.After this project you will be able to make your own.
Fibonacci number and it,s naive algorithm together with faster algorithm using memoization and iteration. And also it,s properties mainly Pisano period and it,s implementation in Python.
Greatest common divisor naive algorithm and using Euclid,s lemma for faster algorithm by recursion of very high number. And also exploiting the relation between GCD and LCM in Python
This project is about creating the beep sound of an Alarm in Python 3. Set the duration after which you want your alarm to ring and you will hear the beep sound at the desired time.