Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 846 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 846 Bytes

Sentiment Analysis

🧠 A simple web app to detect the meaning behind any given piece of text.

Thought & Underlying Algorithm

A rudimentary example of what the algorithm is inherently based on:

Screen Shot 2021-06-01 at 18 51 42

Usage & Contributing

Contributions and pull requests/issues and more than welcome. The following is the process of server initialization:

1. Clone the repo:

git clone https://github.com/filippo-fonseca/sentiment_analysis

2. Install all dependencies (NodeJS):

yarn
# or
npm i

3. Run the development environment:

yarn start
# or
npm run start

Created and maintained with ❤️ by @FilippoFonseca.