All Projects → RiturajSaha → Health-Discernment-System

RiturajSaha / Health-Discernment-System

Licence: other
A menu based multiple chronic disease detection system which will detect if a person is suffering from a severe disease by taking an essential input image.

Projects that are alternatives of or similar to Health-Discernment-System

attain
Deno API middleware Server
Stars: ✭ 79 (+216%)
Mutual labels:  front-end, back-end
AE-CNN
ICVGIP' 18 Oral Paper - Classification of thoracic diseases on ChestX-Ray14 dataset
Stars: ✭ 33 (+32%)
Mutual labels:  pneumonia, pneumonia-detection
COVID-CXNet
COVID-CXNet: Diagnosing COVID-19 in Frontal Chest X-ray Images using Deep Learning. Preprint available on arXiv: https://arxiv.org/abs/2006.13807
Stars: ✭ 48 (+92%)
Mutual labels:  pneumonia-detection, disease-detection
we-hate-js
누구보다 자바스크립트를 싫어하는 사람들의 공간
Stars: ✭ 27 (+8%)
Mutual labels:  front-end, back-end
vagas
🤝 Venha fazer parte do nosso time
Stars: ✭ 15 (-40%)
Mutual labels:  front-end, back-end
desafios-bootcamps-dio
Desafios em C#, Java, JavaScript, Kotlin, Python e Ruby dos Bootcamps da Digital Innovation One
Stars: ✭ 442 (+1668%)
Mutual labels:  front-end, back-end
flot
no database CMS, written in PHP, supports themes, soon plugins, and flexible taxonomies (data types) . Hybrid static/dynamic CMS that's cached by default. Runs on anything with PHP. Still in development, but fairly stable.
Stars: ✭ 44 (+76%)
Mutual labels:  front-end, back-end
BlackIQ.ir
BlackIQ.ir Source Code
Stars: ✭ 14 (-44%)
Mutual labels:  front-end, back-end
Technical Books
😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...
Stars: ✭ 3,957 (+15728%)
Mutual labels:  front-end, back-end
Rebble Store
Pebble app store replacement.
Stars: ✭ 240 (+860%)
Mutual labels:  front-end
resume-boilerplate
📄 简历模板
Stars: ✭ 84 (+236%)
Mutual labels:  front-end
Frontend Developer Roadmap
📘 Front-end developer roadmap in 2021. This repository aims to collect the most important concepts of front-end.
Stars: ✭ 233 (+832%)
Mutual labels:  front-end
Weapp Workflow
基于Gulp 的微信小程序前端开发工作流 💯
Stars: ✭ 241 (+864%)
Mutual labels:  front-end
Weapon-Detection-And-Classification
Weapon Detection & Classification through CCTV surveillance using Deep Learning-CNNs.
Stars: ✭ 53 (+112%)
Mutual labels:  cnn-model
Javascript Articles Monthly
JavaScript 文章精选月刊
Stars: ✭ 238 (+852%)
Mutual labels:  front-end
front-end-interview
Front-end interview questions
Stars: ✭ 28 (+12%)
Mutual labels:  front-end
Notes And Blog
阅读笔记及高质量博客整理
Stars: ✭ 229 (+816%)
Mutual labels:  front-end
Fetiku
front interview 前端 面试题: 持续更新中... 基础,进阶,react,vue,node,小程序,前端算法,安全,常考面试题, 如果能帮到你,就给个 star😊
Stars: ✭ 221 (+784%)
Mutual labels:  front-end
pyTorch-text-classification
pyTorch-text-classification
Stars: ✭ 15 (-40%)
Mutual labels:  cnn-model
weekly
「前端见闻」周刊 - 收集前端领域的优质文章与新鲜工具(2022 年 09 月 04日最新发布)
Stars: ✭ 46 (+84%)
Mutual labels:  front-end

Health-Discernment-System

Product Links

Product Description

Diseases like Malaria, Pneumonia, Breast cancer and Skin cancer are very common and suffering patients are increasing every day. So our team has created a Helath Discernment System which will detect if a patient is suffering from Malaria, Pneumonia, Breast cancer or Skin cancer by taking an essential input image. The frontend of this product is created using Python Tkinter module and for backend, four different custom CNN models are developed for detecting the diseases.

Below are diseases and their accuracy of detecting it in a patient:

Model(Disease) Accuracy
Malaria 95.21%
Pneumonia 90.47%
Breast Cancer 86.82%
Skin Cancer 84.77%

Product Screenshots

Product Scope

This system will help to predict the medical results efficiently. In this predicting system, we will provide an user friendly interface that can be used by the users to detect whether their medical test results are positive or normal, i.e. it will detect the disease. This will ultimately help the patients to save time as they won’t have to run to the doctor just to know what their medical reports say. In case the test results are negative, it will greatly help the patient to save money, as there won’t be any requirement to visit the doctor again. Decisions are often made based on the doctor’s intuition and experience and sometimes that may not be completely correct. In this interface the predictions will be free of unwanted biases and errors- so it will be completely trust worthy. The doctors can also use this system to predict the results better. The lab technicians and the other health-care professionals can also use this predicting system to guide the people.

Use Case Diagram

Technical Process

Following are the technologies that are used to develop the project:

  • Front-end development: Tkinter
  • Back-end development: Deep Learning, Transfer Learning

Product Functionality

System will read the image uploaded by the user, augment it and will use the saved custom model to detect whether the disease is present or not in the patient and thus display the result in a user-friendly language.

Below are the steps:
  • Upload Image:
    The user can upload the medical test image through a workstation running on Windows OS. The image should be in jpeg, png or jpg format.
  • Read Image:
    The image will be scanned before augmentation takes place.
  • Transform Image:
    The scanned image is then transformed into a format that is needed by the saved custom model.
  • Evaluate image using saved model:
    The saved custom model creates a feature map of the uploaded medical test image and predicts the output.
  • Determine and Analyze the Output:
    The predicted output is then analyzed and converted to a user friendly language.
  • Display the Output:
    The analyzed result is then displayed to the user.

Users and Characteristics

The Health Discernment System has one active actor(patients along with healthcare professionals) and one cooperating system at the back end. The patients and health-care professionals like doctors and interns can access the system through a desktop for detecting diseases.

Assumptions and Dependencies

If the user has a workstation that works on Windows OS then that person can easily use the predicting interface. The user also has to have the medical test images in JPEG, JPG or PNG format for prediction purpose.

Product Requirements

Operating Environment
  • Operating System: Minimum Windows XP or Windows VISTA. Better environment Windows 7, 8, 8.1, 10.
  • Language: Python 3.6 or Python 3.7
  • A workstation which will run on any Windows OS is needed to predict the diseases using this system.
Performance Requirements
  • The product performance will be based on a local system.
  • The image prediction will take some time.
  • The evaluation performance will depend on some software and hardware components.
Other Requirements
  • Licensing Requirements:
    Not Applicable.
  • Legal, Copyright, and Other Notices:
    All rights reserved by our team.

Developers

Rituraj Saha
Ritam Barik
Pranav Jain
Anish Kumar

References

[Note: The custom CNN models are not uploaded in the repository]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].