Skip to content

xinxinlaoshi/Easy-Paper-Reading-with-LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Paper-Reading-with-LLM

This repository is a demo of personalized paper reading helper using RAG and LangChain.

Python Environment

git clone https://github.com/xinxinlaoshi/Easy-Paper-Reading-with-LLM.git
cd Easy-Paper-Reading-with-LLM
conda create -n EasyPaperReadingEnv python=3.10
conda activate EasyPaperReadingEnv
pip install -r requirements.txt

Run the script

chmod +x run.sh  # makes it executable
./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published