- A lot of times we don't check or just don't realise that we are being rude to someone through our words. So this is a fun Project I made which can classify if a text is Rude or Not.
- This Project is built using a custom tokenizer that I implimented from scartch and Tensorflow-Keras for classification model.
- Sentiment140 Kaggle Link
- rudent - Classification Model
- tokenizer - Tokenizer
- Make a Padded Sequence from the sentence using Tokenizer
- Classify that Padded Sequence using the rudent model.
rudent()
Say Something
> some sentence
Rude/Not Rude
-
Method 1:
git clone https://github.com/priyanshu-bisht/Rudent.git
open rudent.py in IDLE or in your favourite IDE
-
Method 2:
open the notebooks