Skip to content

[IN PROGRESS]Emoter is an NLP model to detect emotions based off your texts and recommend songs and books of the same.

Notifications You must be signed in to change notification settings

Amala02/emoter_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoter

Emoter is an emotion detection model that can predict user emotions based off of texts and suggest songs and books doing the same.

  • Model created using Bert-Base-Uncased
  • Accuracy of 96.5%
  • More features to be added to the model

FIRST PHASE COMPLETED. TO INTEGRATE CHATBOT NEXT

Running the Model and Application on your local device

  • Clone the GitHub repository
  • To get the React frontend server running:
    npm start
    
  • To start the model on the backend:
    cd backend
    
    set your flask environment variable
    flask run api.py
    

About

[IN PROGRESS]Emoter is an NLP model to detect emotions based off your texts and recommend songs and books of the same.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published