Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 999 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 999 Bytes

Text Classifier

this project is something we worked on for the AI Course at our univirsity

we are using k-means clustring technique

Prerequisites

Please install the following:

Installation

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.