Code Packets
Browse all published coding projects
Simple Voting Web Application using states in ReactJS
A simple Voting App using React js that will help you to understand 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.
Mask Detection using OpenCV and TensorFlow
The project detects whether a person in the video/image is wearing a mask or not using OpenCV and Tensorflow Python module.
Various Logic gates using Perceptron (ANN) in Python
This project depicts how we can create logic gates like AND, OR through perception algorithms in an artificial neural network model.
Alarm 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.
Text Translation Using Python
In this module you will be get to know how to translate a sentence from one language to another using one package translate in Python.
Using Python to automatically order laptop from Amazon
In this project we use Python to automate the process of choosing the laptop of our choice and then adding that selected laptop to the cart. This project can set to different price ranges.
Grocery Items Recommendation using Apriori Algorithm in Python - Association Rule Learning
This project focuses on recommending grocery items to a customer that is most frequently bought together, given a dateset of transactions by customers of a store.
DESKTOP C++ NOTEPAD APPLICATION
Notepad is a generic text editor included with all versions that allows you to create, open, and read plain text files. In this we use C++ Language and Qt software.
Convert Text to Speech Using Python
In this project we shall learn how to convert the text written by the user into speech or in voice audio using python.
Predictive modelling using XGBoost in Python
In this tutorial, we will learn how to build a predictive model using XGBoost in Python. This process involves data preparation, normalization, and predicting the employee attrition rate.
Sentiment Analysis of a text written in Python using Natural Language Toolkit library
Sentiment Analysis model using twitter samples written in Python using Natural Language Toolkit (NLTK) library.
Python Source Code for Email Extraction from user input
This is a small project designed in Python of email extraction in which it takes input from users and lists all the emails present in the input. Input will be paragraph of any length.