A flask based web app
110
๐ Earth Surface Temperature Prediction Web App (Dockerized Flask Deployment)
This Docker image packages a full-featured Flask web application designed to predict Earthโs surface temperature using a pre-trained deep learning model built with Keras. The app offers a seamless, mobile-first user experience and is ideal for educational purposes, data science demonstrations, and quick deployment in climate-related research contexts.

๐ง Key Components Inside the Image:
best_model.keras): Deep learning model trained to estimate surface temperatures based on input climate parameters.scaler_x.pkl, scaler_y.pkl): Ensure consistent input preprocessing and accurate inverse-transformed outputs.index.html, response.html).๐ Why Use This Image?
๐ Intended Use Cases:
๐ Getting Started:
# Run the container
docker run --name Flask-Web-App -p 9595:5000 raghavvram/temp-predict-web-app
Once running, you can access the app at http://localhost:9595 in your browser.
Authors - OZA ASHWIN, RUTHWIK SAI, ANUSHA T, RAGHAVVRAM J
Content type
Image
Digest
sha256:7c1bac95cโฆ
Size
649 MB
Last updated
about 1 year ago
docker pull raghavvram/temp-predict-web-app