Check this model on huggingface: Thamognya/Bert-Base-Emotion-Sentiment-Analysis
This is a emotional sentiment analysis review / comment / text classification with the BERT model from huggingface.co.
- tokenizer = AutoTokenizer.from_pretrained("bert-base-uncased") or nltk
- Bert-Large-Uncased -> changed to bert-base-uncased
- pytorch
- django backend
- nextjs frontend