yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Add Dockerfile and docker-compose.yml file (Tested) #132

Closed RandomSummer closed 1 month ago

RandomSummer commented 1 month ago

Description

  1. Added Dockerfile and docker-compose.yml.
  2. Updated readme. md.
  3. Added .dockerIgnore and docker-compose.debug.yml

Issue Resolved

  1. Reduces the hassle of setting up the environment.
  2. Simultaneous development and testing can be done.
  3. Developers can focus more on development.

Changes Made

  1. Added Dockerfile and docker-compose.yml.
  2. Updated readme. md.
  3. Added .dockerIgnore and docker-compose.debug.yml

Screenshots or Videos

Screenshot 2024-10-12 215728 Screenshot 2024-10-12 215750 Screenshot 2024-10-12 215805 Screenshot 2024-10-12 215823

Additional Details

Checklist