license: apache-2.0 | |
language: | |
- en | |
pipeline_tag: text-classification | |
--- | |
# About | |
This model performs sentiment analysis on an input text. The model outputs one of the two classes: Positive or Negative | |
# Setup instructions | |
1. Clone the repository: | |
```bash | |
git clone https://github.com/Bilal303-ai/Sentiment-Analysis | |
cd Sentiment-Analysis | |
``` | |
3. Install `tensorflow` and `keras_nlp` | |
5. Run the following command: | |
```bash | |
python inference.py | |
``` |