SkillAgentSearch skills...

Bookshelf

LLM RAG enabled bookshelf

Install / Use

/learn @ashtewari/Bookshelf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Run Local

Create virtual environment

conda create --name bookshelf python=3.11 conda activate bookshelf pip install -r requirements.txt streamlit run app/main.py

Run with Docker

Build the Docker image

docker build -t bookshelf .

Run the Docker container

docker run -v c:\data:/app/data -p 8501:8501 bookshelf

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3mo ago
Forks2

Languages

Python

Security Score

92/100

Audited on Dec 16, 2025

No findings