Written in Python2 and developed using Anaconda
- Download and setup Anaconda
- Create a working environment.
- Install wordcloud using Anaconda:
conda install -c conda-forge wordcloud
You are ready to execute the project
Details about the K Nearest Neighbour classifier can be found in KNN.py
- Open and examine the main.py file which drives the project.
- Run main.py:
main.py will output information into CSV files and create Wordcloud images
License
This project is released under the MIT License