Code Packets
Browse all published coding projects
Identifying potential customers for loans using Machine Learning technique based on Python
Here we identify potential customers for loans using Machine Learning techniques based on Python
Your Mini Playlist Video Player Using JavaScript
This Project is like a Prototype of Your Playlist videos or music which You Want to play it on.
Sequential vs Fuctional API using TensorFlow with Python
We will see what is Sequential API and Functional API, What is the difference between them, which is better and how do we use them in TensorFlow with Python.
Stock Price Prediction using Linear Regression in Python
Project on prediction of stock prices using a simple linear regression model in Python
Food Item Classifier in Python using Tensorflow
Classification of 101 food items from the dataset food101 in Python using TensorFlow.
Grape disease prediction using TensorFlow with Python
We will predict the disease of the grape plant by looking at their leaves using TensorFlow in Python, we have four classes of disease of grapes we will classify plant into infected or healthy.
Sudoku Solver using OpenCV and TensorFlow in Python
The Python program allows the user to capture a sudoku puzzle and then returns its solution. OpenCV and TensorFlow are used for image processing and predicting the digits in the puzzle.
Document Scanner using Python
Programming Language used- Python. This project is nothing but a scanner that scans your images. It can clear the background of your image and help to remove other noisy elements in your image.
Game On Colours in Python
This project is simply based on simple game where lot of extra features can be added its just based on colors where we need to type the colour of the word instead of the word displaying colour.
Basic Snake Game in Python
This Project is developed by Python and talking about the game it is a single-player game, where the Snake has to eat all the dots which was displayed in screen in order to grow much longer.
Credit card predictor( Python using jupyter notebook)
This is a Python concept which uses a concept machine learning, called Logistic Regression, this code predicts a certain customers credit rating, 0 being bad and 1 being good.
Tic Tac Toe in C++
Designing a tic-tac-toe player (CPU) that never loses, and wins whenever possible. This programme has used basic concepts like conditionals, loops, jumps, functions.