Skip to content

Darvisim/sentiment-analysis-app

Repository files navigation

Sentiment Analysis App

This repository is for the sentiment analysis application.

Overview

This is a sentiment analysis application built with modern web technologies. The frontend is developed using React.js, while the backend is powered by Node.js. The application allows users to input text and receive sentiment analysis results, indicating whether the sentiment is positive, negative, or neutral.

Getting Started

To run this project locally, follow these steps:

1. Clone the repository

Open your terminal or command prompt and run the following command to clone the project to your local machine:

git clone https://github.com/Vishal-ctrl-sketch/sentiment-analysis-app.git

2. Navigate to the project directory

Change your current directory to the project directory:

cd sentiment-analysis-app

3. Install dependencies

Make sure you have Node.js installed on your machine. Install the required dependencies using npm:

npm install

4. Run the application

Start the application by running the following command:

npm run build

Then, start the server:

npm start

The application will be accessible at http://localhost:3000. Open your web browser and navigate to http://localhost:3000 to access the application.

5. Usage

Once the application is running, you can enter text into the input field and click the "Analyze" button to see the sentiment analysis results. The application will display whether the sentiment is positive, negative, or neutral.

6. Stop the application

To stop the application, go back to your terminal or command prompt and press Ctrl + C. This will terminate the server and stop the application.

P.S: The frontend works properly but the backend is not working fine. 😢

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors