- Upload a PDF, one containing text.
- An LLM will summarise it for you.
- Ask questions about it.
- Enjoy!
Pro tip: Larger PDFs tend to overflow the LLM's token limit, so split it up into smaller chunks. E.g. For research papers, you can entirely omit the References section.
- Clone the repo
- Run
poetry install --no-root - Run
streamlit run --browser.gatherUsageStats false src/main.py
TLDR: I don't store anything.
Your PDF file is deleted from the server when you close the app.
None of your data is stored. Your PDF file is not stored, the generated summary is not stored, the questions you ask are not stored, the answers the LLM gives you are not stored.