Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 753 Bytes

File metadata and controls

executable file
·
28 lines (21 loc) · 753 Bytes

cerebro

Search from Google Scholar effectively

Usage

Build the query

l1 = ["human motion", "motion capture", "human pose estimation"]
l2 = ["denoising", "completion", "recovery"]
query = query_maker.all_perumtations(l1,l2)

Ask to cerebro:

results = cerebro.ask(query, from_y=1990, to_y=2024, page_limits=30)

Clean the results:

results = cerebro.clean_results(results)

And then you can dump the results.

References