/sentDPF

Upload a pdf file and get sentiment from the first page

Primary LanguagePython

SentPDF

Upload a pdf file and get sentiment from the first page

sentpdf

How to run it

Setp 1: Create a virtualenv

python -m venv .venv

Setp 2: Activate the virtualenv

source /venv/bin/activate #linux

Setp 3: Install dependencies

pip install -r requirements.txt

Setp 4: Run the app

python app.py

Setp 5: Visit localhost:8080 and see the app