Code Packets
Browse all published coding projects
Speech-To-Text using Python
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
Image Recognition written in Python using OpenCV and face_recognition library
Classifying given images as known or unknown written in Python using OpenCV and face_recognition library.
Python Source Code for Horoscope Reading
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.
A Simple Song Playlist Using Linked list in Java
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
Ads CTR Optimization using Upper Confidence Bound in Python
Algorithm and Python Implementation for Ads CTR using Reinforcement Learning - Upper Confidence Bound Algorithm.
Credit Card Fraud Detection in Python using deep learning
In this Tutorial, we will learn how to use Python and Deep Learning on CSV file and SMOTE method to convert imbalance data into balance data.
Flipkart Web Scraper using Python
In this I have created a web scrapper using Python's bs4 library. Using this we can get details about a TV including brand, cost, rating and so on.
Dealing with the dates in a Python DataFrame
In this tutorial, we will learn how to identify the columns having dates and take the difference to obtain the number of days in a new column in Python.
Email Spam Classification in Python
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.
Fortunate 6's Game Python Source Code
Fortunate 6's is a small game designed in Python, It's all about 6's. If your fortunate is with you, it will bring the number 6 as many times as it can and eventually you become the winner.
WebCrawler using Python (using Beautifulsoup library)
The project takes website url and number of images to be downloaded as input and automatically downloads the images in to the given directory.
Computer Vision - Image Basics with OpenCV and Python Using Jupyter Notebook
In this project, you will learn the Basics of Image processing using Matplotlib and OpenCV