This is a Streamlit web application designed to analyze and display the keyword density in a given text. Users can input a paragraph of text, and the app will calculate and display the frequency and density of each keyword present in the text.
- Analyzes the frequency of each word in the input text.
- Displays the word count and keyword density in a tabular format.
- Handles basic text preprocessing by removing common punctuation.
To install and run the project on your local machine, follow these steps:
-
Clone this repository or download the zip file.
git clone https://github.com/yourusername/keyword-density-checker.git