Sentiment Analysis app created with PyTorch and Django
How to run (Linux)
- Download this repository or use
git clone https://github.com/korpog/django_sent.git
- Create a virtual environment
python3 -m venv env
- Run venv
source env/bin/activate
- Install necessary packages
pip install django numpy torch
- Run Django app
cd django_sent/
python manage.py runserver