DEV Community

saswat
saswat

Posted on

Heroku streamlit app for single image dehazing

Hello guys, I have built an app using streamlit and hosted it on heroku. The web app helps you to dehaze hazy images of traffic on road(I will be extending to other use cases soon). It is working fine but it takes a lot of time to process the image. The algorithm works faster on PC but is slow on heroku. Any suggestions are welcome and appreciated. Thank you.

Webapp: https://image-dehazing.herokuapp.com/
GitHub repo: https://github.com/saswat01/imageDehaze-streamlit

Top comments (0)