Skip to content

Sentiment Analysis using BERT and Deployed it using REST API

Notifications You must be signed in to change notification settings

aditis1204/Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis-using-BERT and Deploy it using REST API

Data Preorocessing:

  • Created dataset for sentiment analysis.
  • Get real-world user reviews by scraping Google Play
  • Use Pandas to convert and save the dataset into CSV files

Sentiment Analysis with BERT:

  • Preprocess text data for BERT and build PyTorch Dataset (tokenization, attention masks, and padding)
  • Use Transfer Learning to build Sentiment Classifier using the Transformers library by Hugging Face
  • Achived accuracy of 87.59%
  • Predict sentiment on raw text

Deploy model using REST API :

About

Sentiment Analysis using BERT and Deployed it using REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages