golden-panther / glaucoma-detector

Glaucoma detection automation project. Trained a binary image classifier using CNNs and deployed as a streamlit web app. It takes eye (retinal scan) image as input and outputs whether the person is affected by glaucoma or not.
MIT License
18 stars 15 forks source link

Update requirements.txt #1

Closed golden-panther closed 3 years ago

golden-panther commented 3 years ago

Changed the streamlit version (0.64.0 to 0.67.0) to solve the KeyError: 'deprecation.showfileUploaderEncoding' while deploying in Streamlit sharing.