Skip to content

MaramHamdy/WordFrequencyAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Frequency Analyzer with Docker

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.

🛠 Features

  • Dockerized Python environment
  • Processes input from random_paragraphs.txt
  • Outputs frequency of each word used in the file

About

create a docker image that do a specific task

Resources

Stars

Watchers

Forks