Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 1.36 KB

README.md

File metadata and controls

55 lines (43 loc) · 1.36 KB

Vue Sentiment Analyzer

screenshot

Description

A sentiment analyzer for text and articles using TensorFlow's toxicity model.

Dependencies

Project structure

/public
/src
    /utils
        toxicityAnalyzer.js -- import and load toxicity model from tensorflow
    App.vue -- main functionality
    main.js -- register ui framework
package.json -- required dependencies
server.js -- server to perform textract

Commands

Install dependencies

npm install

Run both frontend and server on localhost:8080 and localhost:3000

npm run start