A Streamlit-based application that processes multiple documents using AI to analyze, summarize, or extract information based on user prompts.
- ๐ 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
- Clone the repository
git clone [your-repository-url]
- Create a virtual environment:
python -m venv venv source venv/bin/activate
- Install required packages:
pip install -r requirements.txt
- Start the Streamlit app:
streamlit run app.py
-
Access the application in your web browser (typically http://localhost:8501)
-
Upload one or more documents (supported formats: PDF, TXT)
-
Enter your processing prompt in the text area
-
Select output preference (Display/Save to file)
-
Click "Process" to start the analysis