Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Multiagent Lit Review Space
emoji: 👁
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
Multi-Agent Literature + Patent Aggregator (HF Space POC)
This Gradio Space demonstrates a multi-agent pipeline for literature review and patent aggregation, returning summaries with provenance.
How to run locally
git clone <repo>python -m venv .venv && source .venv/bin/activatepip install -r requirements.txtpython app.py- Open
http://localhost:7860
Deploy to Hugging Face Spaces
- Create a new Space on Hugging Face, runtime:
Gradio, SDK:Python. - Push this repository to the new Space (via
git pushfollowing HF instructions). - The Space will run in the HF environment. If dependency issues, adjust
requirements.txt.
Extensibility
- Replace sample_data retrieval with:
- PubMed Entrez API (NCBI E-utilities) for live search.
- PatentsView (or Google Patent Public Datasets / Orbit) API for patents.
- Swap summarizer with larger models or LLM inferencing.
- Add citation formatting (APA / Vancouver) and DOI lookups.
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference