This project demonstrates how to build a Docker image that runs a simple Python script to calculate word frequency from a given text file. It's designed to show how Docker can encapsulate an environment for consistent, repeatable execution.
- Dockerized Python environment
- Processes input from
random_paragraphs.txt - Outputs frequency of each word used in the file