A Streamlit dashboard for visualizing download and view statistics from research collection metadata.
- Create a virtual environment:
python3 -m venv venv
source venv/bin/activate # On macOS/Linux- Install dependencies:
pip install -r requirements.txtstreamlit run app.pyThe app will open in your browser at http://localhost:8501
- Overview: View total downloads/views and trends over time
- Individual Item Analysis: Analyze specific items in detail
- Time Series Comparison: Compare multiple items side by side
- Top Performers: See the most downloaded and viewed items
The app expects CSV files in the data/ directory:
downloads.csv: Monthly download statisticsviews.csv: Monthly view statistics