Boadzie / sentDPF

Upload a pdf file and get sentiment from the first page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Upload a pdf file and get sentiment from the first page


Languages

Language:Python 100.0%