🧠 A simple web app to detect the meaning behind any given piece of text.
A rudimentary example of what the algorithm is inherently based on:
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.