online shopping project in node js Mysql

online shopping project in node js Mysql The online shopping system is a [DBMS project] with both admin and user layouts. This website provides users lots of clothes with different products . This system is web-based which is written in Node.Js and MYSQL. Continuously, consists of two main component user side and admin. Firstly, the user needs to…

Matrimonial Website Project in Node.js and MySql

Matrimonial Website Project in Node.js and MySql Matrimonial Website Project in Node.js and MySql . This online matrimonial site is developed to let individual find their potential matches for marriage as per their priorities. This project allows the phrase ‘Marriages are made in heaven’ to be rephrased as ‘Marriages are now made online’. This application allows browsing profiles…

Artificial Intelligence Project Handwritten Digits Recognition

Artificial Intelligence Project Handwritten Digits Recognition The handwritten digit recognition is the capability of computer applications to recognize the human handwritten digits. It is a hard task for the machine because handwritten digits are not perfect and can be made with many different shapes and sizes. The handwritten digit recognition system is a way to tackle this problem which uses the image of a digit and recognizes the digit present…

Artificial Intelligence Project Chess Game Python Flask with Source Code

Artificial Intelligence Project Chess Game Python Flask with Source Code This is a simple chess engine/interface created using flask.  It uses chessboard.js and chess.js for the logic of the frontend chessboard, and python chess for the logic of the backend chessboard. All calculation is done on the backend using python. In order to run this application on your own machine,…