This is a simple sentiment analysis application built using Python and the Hugging Face Transformers library. The application classifies the sentiment of given text into categories such as positive, negative, or neutral.
Before you begin, ensure you have the following software installed:
- Python: Version 3.6 or higher.
- pip: Python package installer.
You will also need to install the following Python libraries:
transformerstorchpandas
-
Clone the Repository:
git clone https://github.com/sudgit911/sentiment-analysis-app.git cd sentiment-analysis-app