Accurate answers and instant citations for your Readwise Highlights.
Demo: http://rw-gpt.streamlit.app
- Extract answers from your Readwise highlights 📖
- Cite sources📚 for the answers, with excerpts from the highlights.
- Clone the repository📂
git clone https://github.com/gbarany/rw-GPT
cd knowledge_gpt
- Install dependencies with Poetry and activate virtual environment🔨
poetry install
poetry shell
- Run the Streamlit server🚀
cd knowledge_gpt
streamlit run main.py