Vatosoa / deepsent-en

DeepSentiment EN language employs deep learning with LSTM layers to accurately classify text as positive or negative sentiment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepSentiment

DeepSentiment En is a deep learning-based sentiment analysis project that classifies text into positive or negative sentiments using advanced natural language processing techniques (english language).

Table of Contents

Description

DeepSentiment leverages deep learning with LSTM layers to accurately classify text sentiments. The model is trained on a dataset with advanced preprocessing techniques, resulting in robust sentiment predictions.

Installation

To install the required dependencies, run the following command:

pip install -r requirements.txt

Usage

Follow these steps to run DeepSentiment:

  1. Activate your venv
  2. Ensure dependencies are installed.
  3. Execute the sentiment analysis using the provided script.
py manage.py runserver

Dataset Source

The dataset used for training DeepSentiment is sourced from Kaggle's "IMDb Dataset of 50K Movie Reviews." You can find the dataset here.

About

DeepSentiment EN language employs deep learning with LSTM layers to accurately classify text as positive or negative sentiment.


Languages

Language:Jupyter Notebook 68.5%Language:Python 23.5%Language:HTML 7.9%