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

https://github.com/grupoudea/twitter-sentiment-analysis-front

This repo store a simple front app for to solve sentiment analysis problem using twitter dataset. The frontend consumes a backend written in Python that use a LSTM as neural network to solve natural language procesing problems.
https://github.com/grupoudea/twitter-sentiment-analysis-front

Last synced: 6 days ago
JSON representation

This repo store a simple front app for to solve sentiment analysis problem using twitter dataset. The frontend consumes a backend written in Python that use a LSTM as neural network to solve natural language procesing problems.

Awesome Lists containing this project

README

          

# Text Sentiment Analysis Clasification

Se implementa un modelo de entrenamiento de lenguaje natural para la clasificación de analisis de sentimientos. Este modelo será capaz de procesar y comprender el texto en diferentes contextos y clasificarlo en categorías como positivo, negativo o neutral.

## Captura de pantalla
![alt text](public/screen.png)

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.