/Rudent

Rudent - Rude or Not, Bidirectional LSTMs for Sentiment Analysis using custom Tokenizer

Primary LanguageJupyter NotebookMIT LicenseMIT

🙊 Rudent (Rude or Not?)

  • 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.

📦 Prerequisites

💽 Models

  • rudent - Classification Model
  • tokenizer - Tokenizer

🌊 Flow

  • Make a Padded Sequence from the sentence using Tokenizer
  • Classify that Padded Sequence using the rudent model.

🅱 Working

rudent()
Say Something
> some sentence
Rude/Not Rude

😵 How to

Made with ❤ by Priyanshu Bisht