https://github.com/isur/sentiment-analysis
https://github.com/isur/sentiment-analysis
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/isur/sentiment-analysis
- Owner: Isur
- Archived: true
- Created: 2020-12-26T10:36:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T17:00:01.000Z (over 5 years ago)
- Last Synced: 2025-03-03T00:23:41.081Z (over 1 year ago)
- Language: TypeScript
- Size: 600 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SENTIMENT ANALYSIS
## Prerequisites
- docker & docker-compose
- python3
- node
- postgresql database
## Run
- Prepare the dataset as instructed [./flask-sentiment/README.md](./flask-sentiment/README.md)
- Run docker-compose or run all apps separately as instructed in
[./flask-sentiment/README.md](./flask-sentiment/README.md) and
[./web/README.md](./web/README.md)