Skip to content

Analyse the user text input in real time and provide sentiment analysis along with visualization, charts.

Notifications You must be signed in to change notification settings

LINSANITY03/Real-time-sentiment-analysis

Repository files navigation

Python 3.10 linting: pylint Tests

Real-time-sentiment-analysis

Analyse the user text input in real time and provide sentiment analysis along with visualization, charts.

Table of Contents

  1. Project Structure
  2. Installation

Project Structure

Here is an overview of the project structure:

    app
    ├── internal
    ├── nlp-models
        ├── notebook
        ├── saved-model # ignored
            ├── sent-model
        ├── src
    ├── routers
    ├── tests
    ------- # other files
    ├── README.md
    ├── requirements.txt

Installation

Create a virutalenv and install the required libraries from requirements.txt

    virutalenv venv
    venv\Scripts\activate
    pip install -r requirements.txt

About

Analyse the user text input in real time and provide sentiment analysis along with visualization, charts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published