This is a simple wordcloud generator. It takes a text file as input and generates a wordcloud image as output.
pip install -r requirements.txtTo run the script, first cd into the root directory of the project and then run the following command:
export PYTHONPATH=$(pwd)Then run the following command:
python wordcloud.py <input_file> <output_file>