Skip to content

Sentiment Analysis app created with PyTorch and Django

Notifications You must be signed in to change notification settings

korpog/django_sent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Sentiment Analysis app created with PyTorch and Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published