https://github.com/penberg/librescholar
Open source scholarly literature search
https://github.com/penberg/librescholar
scholar search-engine
Last synced: 6 months ago
JSON representation
Open source scholarly literature search
- Host: GitHub
- URL: https://github.com/penberg/librescholar
- Owner: penberg
- License: mit
- Created: 2023-12-17T10:26:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T18:46:22.000Z (about 1 year ago)
- Last Synced: 2025-03-25T07:51:14.251Z (7 months ago)
- Topics: scholar, search-engine
- Language: TypeScript
- Homepage: https://librescholar.vercel.app
- Size: 130 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```sh
git clone https://github.com/penberg/librescholar.git
```2. Install dependencies
```sh
npm i
```3. Set `.env` file
Make a copy of `.env.example` and fill in the configuration for OpenAPI.
4. Start the application:
```sh
npm run dev
```5. Open the URL [http://localhost:3000](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.[MIT license]: https://github.com/penberg/librescholar/blob/main/LICENSE.md