zivepstein / library-viz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

library-viz

alt text

This reposity serves as a wrapper for an academic digital library of PDFs. It uses a simple d3 + flask app to visualize and explore the library. It recursively builds a collection of nested circles representing the file structure of your library, where the size of the circles (which corresponds to actual papers) is their size. Using buttery d3 animation, you can zoom in and around your library with ease.

Simply put the hierarchical file structure for your library in the main folder (i.e next to the papers-we-love folder). Then, simply run the below code

cd app
python app.py

then navigate to http://127.0.0.1:5000/ to explore your files!

About


Languages

Language:Jupyter Notebook 72.6%Language:HTML 14.2%Language:Python 10.1%Language:CSS 3.1%