Skip to content

proof of concept implementation for utilizing a pretrained bert sentimental analysis model with user friendly react front end

Notifications You must be signed in to change notification settings

hawk-aj/i-know-sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Sentimental Analysis Bot

Python, Flask, React


This is a proof of concept implementation for utilizing a pretrained bert sentimental analysis model with user friendly react front end

The implementation works by creating a flask api whith the bert model with the basic get and post methods available on a particular port. Then the react app is configured to send the user entered text to the specified endpoint, which responds with a hardcoded response based on the sentiment score, this response is then displyed to the user in the react app

Screenshots

Sample 1 Sample 2 Sample 3 Sample 4

About

proof of concept implementation for utilizing a pretrained bert sentimental analysis model with user friendly react front end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published