Diff of /README.md [000000] .. [7f2816]

Switch to unified view

a b/README.md
1
# [HemorrhageDetection](https://hemorrhage.tkrsh.com/)
2
Our model can detect acute intracranial haemorrhage and its sub types with inference times less than 1 second and accuracy greater than 85%. We aim to provide automated, faster and more accurate diagnosis using computer vision and deep residual learning frameworks for image recognition and classification
3
4
# [Research Paper](https://scholar.google.com/citations?view_op=list_works&hl=en&hl=en&user=tjpx5GIAAAAJ)
5
6
Abstract : Intracranial hemorrhage, bleeding that occurs inside the cranium, is a serious health problem requiring
7
rapid and often intensive medical treatment. Such a condition is traditionally diagnosed by highly
8
trained specialists analyzing a Computed tomography (CT) scan of the patient and identifying the
9
location and type of hemorrhage if one exists. When a patient shows acute neurological symptoms such
10
as severe headache or loss of consciousness, highly trained specialists review medical images of the
11
patient’s cranium to look for the presence, location and type of hemorrhage. The process is complicated
12
and often time consuming as these scans are essentially a combination of multiple X-Ray scans
13
processed by a computer. To reduce delays which lead to deaths we propose a solution to this problem
14
based on a Machine Vision based approach to automate the detection of intracranial hemorrhaging. We
15
employ a modified version of ResNet 34 trained on a dataset provided by Radiological Society of North
16
America. These convolutional networks are then stacked using a sequence model (such as a recurrent
17
neural network) to preserve temporal information. The system can detect acute intracranial hemorrhage
18
and its subtypes with inference times less than 1 second and accuracy greater than 85%. We aim to
19
provide automated, faster and more accurate diagnosis using computer vision and deep residual learning
20
frameworks for image recognition and classification
21
22
Demo_Models : https://drive.google.com/drive/folders/1YL_mnlDORfGtyGGP7iEm1C7hwzPM-cek?usp=sharing
23