Skip to content

niranjanblank/SentimentAnalysisFrontend

Repository files navigation

Frontend for Sentiment Analysis Using Deep Learning

Setup

  • npm install
  • npm run dev

How to use

  1. Initialize the backend server which can be found at https://github.com/niranjanblank/SentimentAnalysisBackend
  2. Create .env file in the root directory and add your server in the below format VITE_SENTIMENT_SERVER = www.server_location.com/sentiment
  3. Install the dependencies using npm install
  4. Run the development server using npm run dev

Output

Positive Example

Positive Example

Negative Example

Negative Example

Releases

No releases published

Packages

No packages published