mirror of
https://github.com/run-llama/research-extractor.git
synced 2026-06-29 19:58:08 -04:00
main
Research Extractor
Get insights from research papers using LlamaExtract
Research Extractor is an application powered by NextJS and LlamaCloud aimed at making your studying and research easier by extracting key insights from research papers for you, in an elegant and copy-pasteable markdown format.
Install and Launch
Clone the GitHub repostory:
git clone https://github.com/run-llama/research-extractor
cd research-extractor
Install all the needed dependencies:
npm install
Export the LLAMA_CLOUD_API_KEY env variable:
export LLAMA_CLOUD_API_KEY="llx-***"
Or store it into an .env file:
LLAMA_CLOUD_API_KEY="llx-***"
And now you are ready to launch the development app:
npm run dev
And start interacting with the app at http://localhost:3000
Deploy
You can fork this repository and deploy the application on Vercel with one click!
License
This application is provided under a MIT license.
Languages
TypeScript
86.1%
CSS
12.5%
JavaScript
1.4%