Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Document Processing Agent

A Streamlit-based application that processes multiple documents using AI to analyze, summarize, or extract information based on user prompts.

Features

  • ๐Ÿ“ Multiple file upload support (PDF and TXT files)
  • ๐Ÿ’ฌ Custom prompt input
  • ๐Ÿ”„ Flexible output options (Display or Save to file)
  • ๐Ÿ“Š File size information display
  • ๐ŸŽฏ Real-time processing status

Installation

  1. Clone the repository

git clone [your-repository-url]

  1. Create a virtual environment:

python -m venv venv source venv/bin/activate

  1. Install required packages:

pip install -r requirements.txt

  1. Start the Streamlit app:

streamlit run app.py

  1. Access the application in your web browser (typically http://localhost:8501)

  2. Upload one or more documents (supported formats: PDF, TXT)

  3. Enter your processing prompt in the text area

  4. Select output preference (Display/Save to file)

  5. Click "Process" to start the analysis

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages