A web application that automatically generates literature reviews from medical PDF documents using AI.
- Upload medical PDF documents
- Extract text content from PDFs
- Generate comprehensive literature reviews using AI
- Clean and responsive web interface
- Support for large documents (up to 16MB)
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open the web interface in your browser
- Upload a medical PDF document
- Click "Generate Review"
- Wait for the AI to process the document
- View the generated literature review
- Flask (Web Framework)
- PDFPlumber (PDF Text Extraction)
- Hugging Face Transformers (AI Model)
- BART Large CNN (Summarization Model)