Sentiment analysis for texts written in Hausa Language
# Sentiment analysis for texts written in Hausa Language
This is an LSTM based NLP model for sentiment alanysis of tweets in `Hausa` (a dominant language in the Northern part of Nigeria and spoken in other sub-saharan regions of Africa)
The model was train on a pre-trained word embedding which can be found here `
abumafrim.github.io`
# Requirements
To successfully run the model you'd need to install the project requirements from `requirements.txt`
+ `pip install -r requirements.txt`
Start jupyter notebook server from project directory
+ `jupyter notebook`