AI-powered tool for efficient abstract and PDF screening in systematic reviews.
Stars
1.3k
Forks
47
Watchers
1.3k
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
414
commits
feat(retrieval): add RetrievalOrchestrator, API routes, and integration test — module0 complete
98449f6View on GitHubfeat(retrieval): add multi-backend OCR with intelligent per-page routing
0166d70View on GitHubfeat(retrieval): add PDF downloader with 6 sources, validator, and SQLite cache
127f053View on GitHubfeat(retrieval): add 6-layer hybrid dedup engine (rules + semantic + union-find)
072652dView on GitHubfeat(retrieval): add all 5 search providers (PubMed, OpenAlex, Europe PMC, Scopus, S2)
2d6cf47View on GitHubfeat(retrieval): Task 4 — provider-native query translators (PubMed/OpenAlex/EuropePMC/Scopus)
3a84ce5View on GitHubfeat(retrieval): Task 3 — BooleanQuery builder from ReviewCriteria/PICOCriteria
50e4ee0View on GitHubfeat(retrieval): add SearchProvider ABC and TokenBucketLimiter
c60820cView on GitHubfeat(retrieval): add module0 data models — RawRecord, BooleanQuery, DedupResult, etc.
e2e85aaView on GitHubfeat(frontend): redesign review table — full-width, sticky header, side detail panel, row numbers, cell dots
c007fcaView on GitHubfix(extraction): add plugin_prompt param through entire chain + log window UI
771242fView on GitHubfix(extraction): fix NameError in openrouter adapter + surface LLM failures to user
8e994f8View on GitHubfix(extraction): resolve Excel dropdown refs, smart cardinality/required heuristics, exclude draft sheets
be60b6dView on GitHubfix(extraction): /results now returns full cell data (was only summaries)
fa7c49cView on GitHub