LibreScholar is an open source scholarly literature search engine that combines OpenAI and Google Scholar to assist in literature review. As a researcher, you ask a research question from LibreScholar and get a list of relevant publications as a result.
-
Clone the git repository
git clone https://github.com/penberg/librescholar.git
-
Install dependencies
npm i
-
Set
.env
fileMake a copy of
.env.example
and fill in the configuration for OpenAPI. -
Start the application:
npm run dev
-
Open the URL http://localhost:3000 with your browser.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in LibreScholar by you, shall be licensed as MIT, without any additional terms or conditions.