this project is something we worked on for the AI Course at our univirsity
we are using k-means clustring technique
Please install the following:
you can use the following pip code to install the prerequisites
pip3 install -U scikit-learn scipy matplotlib
pip3 install -U joblib pyqt5 pandas
With the prerequisites installed, you can clone the project:
git clone https://github.com/25khattab/text-classifier
to run the project use :
cd text-classifier
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.