Skip to content

Latest commit

 

History

History
 
 

sentiment_analysis_with_transformer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sentiment Analysis With FHE

Running the application on your machine

Please see the hugging face space that runs the application along with the code if you want to run this locally on your machine or deploy this following a client/server framework.

Installation

To use this code, you need to have Python 3.8 and install the following dependencies:

pip install -r requirements.txt

Training a new model

The notebook SentimentClassification.ipynb provides a way to train a new model.