This is an open-source project that provides a SMTP server implementation using Node.js and Nodemailer. It allows you to send emails using a customizable HTML template (.hbs file) with dynamic data.
VoiceifyPDF is a web application that allows users to convert PDF documents into audio using Google Text-to-Speech (gTTS). The application is built using Python.
Paint web application inspired by MS Paint, developed using JavaScript. With paint, users can draw art using various tools, save their artwork for later, and export it as a JPEG file.
This Python script detects faces in an image using OpenCV's pre-trained face cascade classifier. It draws rectangles around the detected faces and displays the result using the PIL library.