Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankg7 committed Jan 9, 2017
1 parent f76f076 commit 986c32e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16,908 deletions.
File renamed without changes.
27 changes: 26 additions & 1 deletion README.md
@@ -1 +1,26 @@
https://ptpb.pw/Lc6W
## Hate Speech Detection on Twitter

Repository to train a Machine learning model to detect hate speech in a tweet. Contains code for different models.

### Dataset

Dataset can be downloaded from [https://github.com/zeerakw/hatespeech](https://github.com/zeerakw/hatespeech). Contains tweet id's and corresponding annotations.

Tweets are labelled as either Racist, Sexist or Neither Racist or Sexist.

Use your favourite tweet crawler and download the data and place the tweets in the folder 'tweet_data'.


### Requirements
* Keras
* Tensorflow or Theano (we experimented with theano)
* Gensim
* xgboost

### Instructions to run

To run a model (<MODEL>) for training, use

'python <MODEL> <WORD_EMBED_DIM>'


0 comments on commit 986c32e

Please sign in to comment.