Arabic Sentiment Analyzer: Integrating State-of-the-Art Pre-trained Sentiment Model AraBERT, and AraNet in a Single Tool. You just need to download the models from below and it will run properly on your local device!
Note: AraBERT was fine-tuned on ASTD-Unbalanced dataset and AraNet model was utilized as the authors provided.
arabic-sentiment-analyzer-demo.mp4
- Clone the repo and navigate to the project:
git clone https://github.com/moayadeldin/AraNet cd arabic-sentiment-analyzer
- In order to use AraNet, you may need to install the forked version of the original repo that addressed the dependencies issues and install it.
git clone https://github.com/moayadeldin/AraNet pip install -e .
- Start using the app
python -m streamlit run app.py
AraBERT: Transformer-based Model for Arabic Language Understanding (Antoun et al., OSACT 2020)