Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

File metadata and controls

10 lines (7 loc) · 481 Bytes

Data Mining Course - Articles Classification Project

This project uses classifiers from the scikit-learn library to classify articles based on their content. It also uses the wordcloud library to create an image for each different category of the articles also based on the content.

To install all the dependencies on your virtual environment, run:

  • pip install -r requirements.txt

To run all the classifiers and the WorldCloud script with python 3, run:

  • python main.py