Skip to content

Ask-PDF is a HuggingFace Pipeline powered PDF analyzer and QnA Bot based on Streamlit

Notifications You must be signed in to change notification settings

SaiVenkatesh007/ask-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask-PDF

What is Ask-PDF?

Ask-PDF is a HuggingFace Pipeline powered PDF analyzer and QnA Bot. It is based on Streamlit.

Source Code


How to run the code?

Create a Virtual Environment:

# If the path is not in the project:
cd {path of the project}

# Creating a virtual environment (myenv is the name of the venv)
python -m venv myenv

# Activating the venv
myenv\Scripts\activate

Install the required dependencies:

pip install -r requirements.txt

Starting the Streamlit app:

streamlit run main.py

The app opens up in the browser:

  • Upload the PDF
  • Ask questions regarding the PDF in the text box.

Deactivating the Virtual Environment:

myenv\Scripts\deactivate

About

Ask-PDF is a HuggingFace Pipeline powered PDF analyzer and QnA Bot based on Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages