Skip to content

Node.js and Express server to analyze text sentiment with the Google Natural Language Library.

Notifications You must be signed in to change notification settings

eshaffer321/lie-detector-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lie-detector-api

Summary

This is a node.js and express backend with the purpose of parsing text with the Google Natural Language Library. It is a single route that accepts a text body that is passed from the chrome extenstion. The express server will then make a request to the natual language library and return the sentiment of the article text. This will determine if language is emotive or potentially biased. This is then returned to the chrome extension for further processing with other sources.

Start Up Monterey Hackathon 1st place winner.

This project came in first place at the Monterey Startup Hackathon

Getting started

Prerequisites

Installing

npm install

Running

node app.js

About

Node.js and Express server to analyze text sentiment with the Google Natural Language Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published