Skip to content

noelkronenberg/reed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reed

Semantic Scholar paper recommendations based on Zotero library.

Note: This project is not affiliated with Semantic Scholar. By providing your API key, recommendations provided in the app will be based on the public Semantic Scholar recommendations API.

Showcase

The app is live and hosted on Vercel: reed.vercel.app

demp.mp4

Setup

Create and activate a virtual environment:

python -m venv .venv
source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Start the application:

npm i -g vercel # install Vercel CLI
vercel link # link to Vercel project
vercel env pull # pull environment variables
vercel dev # start deployment server

About

Semantic Scholar paper recommendations based on Zotero library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published