penberg / librescholar

Open source scholarly literature search

Home Page:https://librescholar.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibreScholar

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.

Getting Started

Setup

  1. Clone the git repository

    git clone https://github.com/penberg/librescholar.git
  2. Install dependencies

    npm i
  3. Set .env file

    Make a copy of .env.example and fill in the configuration for OpenAPI.

  4. Start the application:

    npm run dev
  5. Open the URL http://localhost:3000 with your browser.

License

This project is licensed under the MIT license.

Contribution

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.

About

Open source scholarly literature search

https://librescholar.vercel.app

License:MIT License


Languages

Language:TypeScript 89.5%Language:CSS 6.5%Language:JavaScript 4.0%