Arduino-based Fire Alarm System

A Fire Alarm System designed with Arduino technology to enhance fire detection capabilities. This system utilizes Gas and Temperature sensors to monitor environmental conditions and promptly identify potential fire hazards. The recorded data is seamlessly transmitted and displayed on an Android App, leveraging Firebase for secure and reliable data storage. Features Real-time Monitoring: Continuously monitors gas levels and temperature for timely detection of potential fire incidents. Android App Integration: Utilizes a dedicated Android App to display real-time sensor data, ensuring accessibility and convenience for users....

1 min · 204 words · Me

ASCII Art Generator CLI with Commander

ASCII Art Generator is a command line tool that empowers users to generate text in ASCII Art Fonts effortlessly. This tool utilizes the Commander framework to provide a seamless command line interface for quick and efficient ASCII art creation. Installation Open the directory containing the project npm i -g . Usage art help Help with specific commands: art help <command> Related Links GitHub Repository Explore the variety of ASCII fonts available and customize your text to create unique and visually appealing art from the command line....

1 min · 86 words · Me

Covi-Track

Covi-Track is a web application designed for tracking COVID-19 hotspots. Leveraging GeoIP2, Google Maps Javascript API, and the Django web framework, this tool provides an interactive and informative platform for users to stay updated on COVID-19 cases. Features The website predominantly features an interactive map where each marker represents a user. The markers are categorized based on the user’s COVID-19 status, such as: Contracted COVID-19: Users who have been diagnosed with COVID-19....

1 min · 197 words · Me

Criminal Database Management System

A well-designed Criminal Database Management System, meticulously designed to ensure seamless functionality and efficiency. This robust system operates on MySQL and Flask, combining the power of a relational database management system with a lightweight web framework. Key Features Fully Normalized Database Our system boasts a fully normalized database, optimizing data storage and retrieval for enhanced performance. Normalization ensures that our data is organized systematically, reducing redundancy and improving overall system efficiency....

1 min · 180 words · Me

Handwriting Recognizer

This project involves the implementation of a handwriting recognition system using a Convolutional Neural Network (CNN). The system reads images using the opencv-python library and utilizes a model defined in the following code: Data Preprocessing The dataset is preprocessed by splitting it into training and testing sets. The images are reshaped to a size of 28x28 pixels, and the corresponding labels are one-hot encoded. Convolutional Neural Network Model The CNN model is defined with three convolutional layers followed by max-pooling layers....

1 min · 197 words · Me