Skip to content

Training RNN(LSTM) on Hate speech with tensorflow and keras

License

Notifications You must be signed in to change notification settings

iAdtya/Hate-Text-classification

Repository files navigation

Hate-Text-Classification

LSTMs are particularly effective for tasks involving sequential data, such as text classification, where the order and context of words are important. They can capture long-term dependencies and maintain relevant information over time, making them well-suited for processing and understanding textual data.

Screenshot 2024-04-21 003412

Project Workflows

  • constants
  • config_enity
  • artifact_enity
  • components
  • pipeline
  • app.py

How to run?

conda create -p hate python=3.10 -y
conda init
conda activate D:\Text-classification\hate
conda activate hate
pip install -r requirements.txt

Gcloud cli

https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe

gcloud init
python app.py

About

Training RNN(LSTM) on Hate speech with tensorflow and keras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published