Developed by DataLens.Tools
AI-powered research assistant for extracting insights from scientific papers.
The VOC Literature Extractor is a Streamlit-based application designed to help researchers efficiently analyze scientific papers.
It extracts both:
- Paper title, year, DOI
- Paper aim
- Main result
- Short summary (2–3 lines)
- Abstract text
- Conclusion text
- Volatile Organic Compounds (VOCs)
- Behavioral classification (attractant / repellent / no effect)
- Evidence sentences
- Compound-level summary
- Upload multiple PDF papers
- Automatic extraction of key insights
- VOC detection and classification
- Structured output tables
- Export to Excel, JSON, CSV
- Works for both VOC and non-VOC papers
python -m venv venvActivate:
Windows:
venv\Scripts\activateMac/Linux:
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtstreamlit run app.py- Upload PDF papers
- Click "Extract Paper Insights and VOC Evidence"
- View summaries and extracted data
- Download results
Quickly extract summaries and insights from multiple papers to support:
- Introduction writing
- Discussion sections
- Literature review
DataLens.Tools
Making data analysis accessible for researchers