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

https://github.com/vjymisal0/sentiment_analysis

js app to analyze your sentiments
https://github.com/vjymisal0/sentiment_analysis

api bootstrap express expressjs html javascript nodejs sentiment-analysis transformers-library

Last synced: 2 months ago
JSON representation

js app to analyze your sentiments

Awesome Lists containing this project

README

          

# Sentiment Analysis Web Application

A simple web application for sentiment analysis using Node.js, Express, and @xenova/transformers.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Setup Instructions](#setup-instructions)
- [Usage](#usage)
- [Deployment on Render](#deployment-on-render)
- [License](#license)

## Introduction

This project is a web application that performs sentiment analysis on user input. The frontend is built with plain HTML, CSS (Bootstrap), and JavaScript, while the backend is powered by Node.js and Express. Sentiment analysis is conducted using the @xenova/transformers library.

## Features

- Input text and receive sentiment analysis results.
- Simple and clean user interface.
- Easily deployable on Render.

## Setup Instructions

Follow these instructions to set up and run the project locally.

### Prerequisites

- Node.js and npm installed on your machine.

### Installation

1. Clone the repository:

```sh
git clone https://github.com/vjymisal0/sentiment_analysis.git
cd sentiment-analysis