Retinal Diseases (CNV, DME, DRUSEN, NORMAL) Diagnoses Tool
Optical Coherence Tomography (OCT) provides ophthalmologists with a great convenience in the diagnosis and follow-up of macular diseases. The OCT uses light waves to display the retinal section in detail while shooting. During this process, X-rays and radiation of sufficient magnitude that may have a negative effect on patients are not emitted. OCT is also preferred in the field of ophthalmology since it provides real-time and non-invasive imaging.
Age-Related Macular Degeneration (AMD) occurs as a result of the inactivation and degeneration of photoreceptor cells in the macula. AMD; It is a disease that affects “central sharp vision” in reading, sewing and driving, and is one of the leading causes of irreversible vision loss. DRUSEN is a characteristic finding that plays a key role in the transition to the advanced stages of AMD. Therefore, slowing or stopping AMD can be achieved by early detection of DRUSEN disease. In most AMD cases, visual loss occurs due to choroidal neovascularization (CNV) in the subfoveal region. According to a study of young patients, 62% of people with myopia have CNV disease at the same time. Since CNV is usually subfoveal, CNV needs to be treated to maintain central vision. Another major cause of visual impairment is Diabetic Macular Edema (DME). DME is a disease caused by the destruction of the internal blood-retinal barrier.
Equally to all people in the world; providing fast, high accurate, easy-to-use and free medical software.
"Goodness Is All You Need"
conda create -n heysaw python=3.8
conda activate heysaw
git clone https://github.com/Goodsea/heysaw
cd heysaw
pip install -r requirements.txt
pip install -r requirements_gpu.txt
python app.py
| --width | INT | Target Image Width. | Default is 256 |
| --height | INT | Target Image Height. | Default is 256 |
| --channel | INT | Target Image Channel. | Default is 1 |
| --path | STR | Best Model Location Path. | Default is `models/heysaw_fold_1.h5` |
| --save | BOOL | Save Uploaded Image. | Default is False |
| --port | INT | WSGIServer Port Number. | Default is 5000 |
- Target Image Shape must compatible with model.
- To reduce storage usage, Default {args.save} is False.
- Make sure there is no port conflict.
"Labeled Optical Coherence Tomography (OCT) and Chest X-Ray Images for Classification" (Version 2) (OCT2017.tar.gz) Dataset was used in this project.
Citation:
http://dx.doi.org/10.17632/rscbjbr9sj.2
Kermany, Daniel; Zhang, Kang; Goldbaum, Michael (2018), “Labeled Optical Coherence Tomography (OCT) and Chest X-Ray Images for Classification”, Mendeley Data, v2
This project is licensed under MIT License - see the LICENSE file for details.
- Squeeze-and-Excitation Networks
- SGDR: Stochastic Gradient Descent With Warm Restarts
- keras-flask-deploy-webapp, This repository is the skeleton of the heysaw web application.
E-mail: [email protected]