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

https://github.com/generic-matrix/sentimentalanalysis


https://github.com/generic-matrix/sentimentalanalysis

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sentimental Analysis

![Output](https://github.com/generic-matrix/SentimentalAnalysis/blob/main/output/output.gif?raw=true)

# Start the backend services

1) ``` pip3 install -r requirements.txt ```
2) ``` python3 index.py ```

# Start the frontend services

In the front end folder , run

1) ``` npm install ```

2) In the App.js add the backend host url/ip

2) ``` npm start ```