React and Node JS application using the google natural language api to detect offensive or agresive comments. Pretty useful to analyze social media sentiment on a topic or warn your users about offensive comments.
- Clone the project.
- Npm install in both front and back folders.
- Inside sentiment-api-back/enviroment fill gcloud-private-key.json file with your Google Cloud Sentiment API credentials.
- Inside sentiment-api-front folder run npm start command.
- Indise sentiment-api-back folder run npm run dev command.
- NodeJs - JavaScript runtime built on Chrome's V8 JavaScript engine.
- Express - Fast, unopinionated, minimalist web framework for Node.js
- React - A JavaScript library for building user interfaces
- Google Sentiment API - Derive insights from unstructured text using Google machine learning
- Axios - Promise based HTTP client for the browser and node.js
- Luis Barral - All work - Barralex
This project is licensed under the MIT License
