An open API service indexing awesome lists of open source software.

https://github.com/tushar-shinde31/blood_group_detection_using_fingerprint-flask-

A Flask-based ML application that predicts blood groups using fingerprint images. It integrates a TensorFlow (Keras) model with 89% accuracy, featuring user authentication, database management with Flask SQLAlchemy & SQLite, and a frontend built using flask. ๐Ÿš€
https://github.com/tushar-shinde31/blood_group_detection_using_fingerprint-flask-

css deep-learning flask flask-application html javascript kaggl machine-learning neural-networks svm svm-model third-year-project vgg16

Last synced: 3 months ago
JSON representation

A Flask-based ML application that predicts blood groups using fingerprint images. It integrates a TensorFlow (Keras) model with 89% accuracy, featuring user authentication, database management with Flask SQLAlchemy & SQLite, and a frontend built using flask. ๐Ÿš€

Awesome Lists containing this project

README

          

# ๐Ÿฉธ Blood Group Prediction Using Fingerprint

## ๐Ÿ“Œ Project Overview
This project introduces a **non-invasive** approach to blood group prediction using **fingerprint image processing** and **machine learning**. By leveraging **Convolutional Neural Networks (CNNs)**, it classifies fingerprint patterns into **eight common blood groups** (A+, A-, B+, B-, AB+, AB-, O+, O-), offering a **quick** and **accessible** alternative to traditional methods.

![home](https://github.com/user-attachments/assets/8479c8a4-98ef-4b6c-aac7-247df2eb3cd2)

## ๐ŸŽฅ Demo Video
[Watch the demo on YouTube](https://youtu.be/BCwa5xclfk0?si=_o926diqvEMfQuql)

---

## ๐ŸŽฏ Objectives
โœ… **Rapid Blood Group Identification** โ€“ Provides a fast and accurate alternative to traditional methods.

โœ… **Accessibility in Remote Areas** โ€“ Enables blood group prediction without lab facilities or skilled personnel.

โœ… **Integration with Portable Devices** โ€“ Supports point-of-care diagnostics in clinics and mobile units.

โœ… **Safety and Scalability** โ€“ Reduces contamination risks and ensures adaptability across healthcare settings.

โœ… **Biometric and Medical Synergy** โ€“ Combines biometrics and machine learning for improved diagnostics.

---

## ๐Ÿ› ๏ธ Tech Stack
### ๐ŸŒ Frontend:
- HTML
- CSS
- JavaScript

### ๐Ÿ”ฅ Backend:
- Flask
- SQLAlchemy
- SQLite

### ๐Ÿ“Š Machine Learning (Model Development):
- TensorFlow / Keras
- Google Colab

---

## ๐Ÿ“ˆ Model Performance
| ๐Ÿง  Model | ๐ŸŽฏ Testing Accuracy | ๐Ÿ“Š Validation Accuracy |
|--------------------------------------|---------------------|------------------------|
| **VGG16** | โœ… 88.72% | โœ… 89.50% |
| **AlexNet** | ๐Ÿ”ด 12.47% | ๐Ÿ”ด 12.49% |
| **ResNet50** | ๐ŸŸก 61.19% | ๐ŸŸก 62.70% |
| **Hybrid Model (EfficientNetB0 + SVM)** | ๐Ÿ”ต 22.29% | ๐Ÿ”ต 22.81% |

---

## ๐Ÿ“š Dataset
[๐Ÿ“‚ Fingerprint Dataset](https://www.kaggle.com/datasets/rajumavinmar/finger-print-based-blood-group-dataset)

### ๐Ÿ“Š Dataset Overview:
![dataset](https://github.com/user-attachments/assets/ccc93bf9-f1b4-490f-9767-aeca4800e98a)

---

## ๐Ÿ“ธ Screenshots
### ๐Ÿ” Authentication Page
![auth2](https://github.com/user-attachments/assets/1eadbb89-7a9c-4b98-b3e9-f2e4f05d4707)
![auth1](https://github.com/user-attachments/assets/1ee2b462-2684-4479-9db3-769f3920e2c0)

### ๐Ÿ” Prediction Result Page
![prediction](https://github.com/user-attachments/assets/4076fbbe-de88-46a6-b4fc-209da889158c)

### ๐Ÿ“ค Upload Fingerprint
![upload](https://github.com/user-attachments/assets/3ba4768c-b462-46ab-aaf9-680808f344ec)

---

## ๐Ÿš€ Future Improvements
- ๐Ÿ“Š **Expand the dataset** for better generalization.
- ๐Ÿงช **Experiment with advanced models** to improve accuracy.
- ๐ŸŒ **Deploy the model** in a live environment for real-world use.

---

## ๐Ÿ“ž Contact
### ๐Ÿ‘ค **Tushar Shinde**
๐Ÿ“ง [tusharshinde2250@gmail.com](mailto:tusharshinde2250@gmail.com)
๐Ÿ”— [LinkedIn](https://www.linkedin.com/in/tushar-shinde-262335257/)

### ๐Ÿ‘ค **Anjali Maske**
๐Ÿ“ง [aamaske50@gmail.com](mailto:aamaske50@gmail.com)
๐Ÿ”— [LinkedIn](https://www.linkedin.com/in/anjali-maske/)

---

โญ๏ธ **Feel free to contribute and star the repository if you find it helpful!**