Skip to content

MarkMburu/NLP-Pdf-document-analyzer

Repository files navigation

PDf Document Analyzer

This projects takes in a pdf document and analyzes the words in that document.Its a web-app and it is built with streamlit that makes it easy to build beautiful custom web-apps for machine learning and data science

Installation instructions

Please follow the below instructions to be able to run this tool.

  1. Download/clone the tool from the github repo.
  2. Open a terminal and cd into that directory.

If needed, create a conda environment with python 3.7

a. conda create -n pdftool python=3.7 b. conda activate pdftool

Install all of the requirements

a. pip install –user -r requirements.txt

Run the app!

a. streamlit run tool.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published