Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 658 Bytes

File metadata and controls

17 lines (10 loc) · 658 Bytes

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.