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.
The app is live and hosted on Vercel: reed.vercel.app
demp.mp4
Create and activate a virtual environment:
python -m venv .venv
source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtStart 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