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
- Host: GitHub
- URL: https://github.com/vjymisal0/sentiment_analysis
- Owner: vjymisal0
- Created: 2024-07-09T17:29:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:00:33.000Z (almost 2 years ago)
- Last Synced: 2024-07-09T22:19:08.147Z (almost 2 years ago)
- Topics: api, bootstrap, express, expressjs, html, javascript, nodejs, sentiment-analysis, transformers-library
- Language: HTML
- Homepage: https://sentiment-analysis-ya9f.onrender.com/
- Size: 102 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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