This is a Django-based web application for news sentiment analysis using a pre-trained BERT model. The project leverages PyTorch, the Transformers library, and NLTK for text preprocessing. Model link : https://colab.research.google.com/drive/1nuHKuOl6nQU0Ht5CU-ioZyrR21n1UQMq#scrollTo=VdgL-2BWOTI3
- Python 3.6+
- Django
- PyTorch
- Transformers
- NLTK
- Pandas
- NumPy
pip install -r requirements.txtcreate virtual environment to avoid clashes
run the following commands:
python manage.py migratepython manage.py runserver.png)
.png)
.png)
.png)