DetAll is a group of medical tools based on the web which allow doctors to perform various types of analysis only through an image.
It consists of three main sections as of now: Eyes, COVID and Skin.
- Eyes - performs functions around the eye like cataract detection, diabetic retinopathy detection and redness levels (uveitis) detection
- COVID - analyses CT scans of lungs for detection of COVID-19
- Skin - detects malignant and benign type of skin cancer
- On Local System:
git clone https://github.com/aniketdhole07/detall
cd detall
pip install -r requirements.txt
streamlit run app.py
Open the localhost link http://172.28.0.2:8501 , Note: the link may change,it appears when you run the command.
- On Colab (Cloud)
Open the Notebook and follow the steps Notebook Link