Paddy Disease Detection
Paddy Disease Detection
Overview : This proposed system can help our agriculture firms to reduce production loss. This Project develops an automated approach to detect paddy diseases using a Deep Learning model based on the SMOTE-ENN resampling technique. We have used five popular Deep Learning algorithms: Convolutional Neural Network (CNN), VGG16, VGG19, Xception, and ResNet50. We measured the best model performance by their evaluation metrics. Comparing these five algorithms, Xception recorded the highest accuracy to detect paddy diseases. The model achieved an accuracy of 98%, precision of 97%, recall of 96%, and F1-Score of 97%.
Bangla Sign Language Recognition
Overview : Sign Language is a natural language used to communicate with deaf or dumb people. At present, communication pathways between well and disabled people are required, which demands resolving various specific issues, and one of those is gesture recognition. A technique for identifying static or dynamic gestures of the Bangla Sign Language is presented in this work. Mediapipe Holistic is used in this system as a feature extractor, and this sign recognition system is developed based on a deep learning approach named LSTM. The model had an accuracy of 98.51% and an F1 score value of 98.21% on the test data.
Potato (Leaf) Disease Classification
Overview : Crop diseases are a major threat to food security. Recent advances in computer vision made possible by deep learning have paved the way for crop disease diagnosis. To extract the most relevant elements of the image, the CNN model employs convolution and subsampling layers. These processes prevent images with invariant properties from impacting the classifier's performance.
Frequent Pattern Mining
Overview : This project focuses on mining frequent patterns of purchased products from a transactional dataset using Apriori and Fp Growth algorithms in Data Mining. By identifying the most frequent set of products, this study aims to assist companies in making production decisions for the next phase. Additionally, the project includes a performance and memory usage comparison of Apriori and Fpgrowth algorithms.
Student Result Management System (SRMS)
Overview : This is a student database system for managing profiles, grades, and reports. It allows students to view their information and admins to add, update, and delete data. User authentication is in place with client-side and server-side validation. The system is built using HTML, CSS, Bootstrap, JavaScript, MySQL, and PHP.
E-shop Web Application
Overview : The web-based e-commerce application includes authentication for users and admin, client-side and server-side validation, and easy product management. Users can add and remove products from their shopping carts, and admins can insert, update, and delete products as needed. The system takes users to a payment gateway and automatically generates an invoice after payment completion. It was developed using HTML, CSS, Bootstrap, JavaScript, PHP, and MySQL database.