/cerebro

Search for reserach items effectively

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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