Latest Posts
Featured

Tkinter: Multiple page Login window and images

What will you learn? Tkinter introduction and sample code. Make typing speed application using Python. Multiple page GUI window with login page and image. Tkinter Introduction and sample code Tkinter...

Featured

Handwritten Digit recognition part-by-part complete project with a full explanation

Handwritten digit recognition is a very simple project that takes a digit as input and predicts that digit as output. What will you learn? Part 1: Collect the images of...

Featured

Java project using Java Swing

Java Swing is one of the popular tools in Java that is useful to create window-based applications. What will you learn? Java Swing and Java Frame to insert, update, and...

Featured

Java MySQL Tutorial: CRUD Operations

Connect your Java console with a database so that you can perform several operations like creating, deleting, inserting, and updating records. What will you learn? Download the MySQL connector jar...

Featured

Handwritten digit recognition using CNN | Deep Learning Project

Handwritten digit recognition is a simple project that should help you learn how a convolutional neural network works. In this lesson, I built a model with TensorFlow and Tflearn. What...

Featured

Face Recognition System Complete Code with a full demonstration

Face Recognition System is one of the most popular Python, Machine Learning, and Deep Learning projects. What will you learn? Watch the demo video to get an idea of a...

Featured

Face Recognition System using deep learning | Complete Project

Face Recognition System using Deep Learning/Convolutional Neural Network. You have to first collect data, then train your model and the final step is to make a prediction. What will you...

Featured

Java for Absolute Beginners: Simplified Learning with Notes and Code Examples

This is an introduction to Java programming for newcomers. The fundamental syntax is quite simple to understand. What will you learn? Introduction to Java Programming Language How to print in...