ire-major-project-group-8

The aim of the project was to detect aggresiveness and identify targets of hate speech. The details of the project are available in project website.

Instruction

  • To run Naive bayes classifer:

    • cd naive_bayes/src
    • python3 nb_clf.py path/to/train_file
  • To run Logistic Regression classifier:

    • cd Logistic_Regression
    • jupyter notebook Logistic_Regression.ipynb
  • To run SVM classifier:

    • cd SVM
    • python3 hs_svm.py
  • To run analyis files:

    • $ cd analysis
    • $ python3 file_name.py path/to/train_file

This project is developed by Alok, Tanuj, Saurabh and Masrukh