Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Sentiment Analysis using Hugginface's nlptown/bert-base-multilingual-uncased-sentiment model

Notifications You must be signed in to change notification settings

koioannis/Sentiment-Analysis-w-Hugginface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment-Analysis-w-Hugginface

Using hugginface's pre-trained model to predict sentiment metrics on a 5 star based system. For more information visit the model's official page

Installation

  • Clone this repo:
git clone git@github.com:koioannis/Sentiment-Analysis-w-Hugginface.git
cd Sentiment-Analysis-w-Hugginface
  • Use the package manager pip to install the requirements.
pip install -r requirements.txt
  • Install PyTorch from the official website

Usage

  • Drop your csv files into a folder
  • Configure .env
  • Open your favorite terminal and run:
python main.py

License

MIT

About

Sentiment Analysis using Hugginface's nlptown/bert-base-multilingual-uncased-sentiment model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published