this repo contain the full the project DL with Web appplication using Streamlit for deployment
i provided the Docker Image to run Directly which contain all the app requimemnts , to run the Docker images following command :
docker pull ghcr.io/deep-matter/streamlit:latset
docker run -i -t streamlit:latset
here we used Convolution Neual network to develope a model for predicting the signs of patient based on the Eyes from Images the code can found in Colab
also you can run app using docker-compose command follwing you need to keep docker-compose.yml in root folder
docker-compose up
InterFace Application :