https://github.com/generic-matrix/sentimentalanalysis
https://github.com/generic-matrix/sentimentalanalysis
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/generic-matrix/sentimentalanalysis
- Owner: generic-matrix
- Created: 2023-02-18T06:30:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T08:37:11.000Z (over 3 years ago)
- Last Synced: 2025-10-21T18:03:14.557Z (8 months ago)
- Language: Java
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentimental Analysis

# 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 ```