PaperBand AI

Streamlit
application badge
Created by team techbands on June 19, 2026
Multi-Agent Software Development

PaperBand AI is a multi-agent research paper review system built for academics, students, and conference organizers who need fast, structured feedback on academic work. Instead of waiting weeks for peer review, users simply upload any research PDF and three specialized AI agents go to work collaboratively. Agent 1 (Summarizer) reads the full paper and extracts the title, authors, research problem, methodology, key results, and conclusion into a clean structured format. Agent 2 (Critic) receives that summary through a shared Band Room message bus and performs a rigorous peer-review-style analysis — identifying strengths, weaknesses, missing experiments, and limitations. Agent 3 (Recommender) reads both the summary and critique, then scores the paper from 1 to 10 and issues a formal publication decision: Accept, Accept with Minor Revisions, Major Revisions Required, or Reject — with a written justification and future research suggestions. All three agents communicate through a custom BandRoom, a shared in-process message bus that simulates real agent collaboration. The entire pipeline runs on Groq's free LLaMA 3.3 70B model, making it blazing fast and completely free to use. The frontend is built in Streamlit with a custom dark academic UI, and the project is structured as a clean modular Python codebase with separate agent classes, a PDF reader utility, and secure API key management via dotenv. PaperBand AI was built in one day as a hackathon project by Team IDEA — a five-person team specializing in Data and Agentic AI.

Category tags: