Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iadtya/hate-text-classification

Training RNN(LSTM) on Hate speech with tensorflow and keras
https://github.com/iadtya/hate-text-classification

fastapi keras lstm nltk numpy pandas tenserflow

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/iAdtya/Hate-Text-classification/assets/93979441/70fe14b5-4712-470e-a275-4b774a31769d)

## Project Workflows

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

## How to run?

```bash
conda create -p hate python=3.10 -y
```

```bash
conda init
conda activate D:\Text-classification\hate
```

```bash
conda activate hate
```

```bash
pip install -r requirements.txt
```

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

```bash
gcloud init
```

```bash
python app.py
```