Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 450 Bytes

Sentiment Analysis app created with PyTorch and Django alt text

How to run (Linux)

  1. Download this repository or use

git clone https://github.com/korpog/django_sent.git

  1. Create a virtual environment

python3 -m venv env

  1. Run venv

source env/bin/activate

  1. Install necessary packages

pip install django numpy torch

  1. Run Django app

cd django_sent/

python manage.py runserver