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
- Download/clone the tool from the github repo.
- Open a terminal and cd into that directory.
a. conda create -n pdftool python=3.7 b. conda activate pdftool
a. pip install –user -r requirements.txt
a. streamlit run tool.py