Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 421 Bytes

File metadata and controls

16 lines (11 loc) · 421 Bytes

📚 Library Usage Analyzer

A Streamlit web app that allows institutions to manage and analyze library usage data.

🔍 Features

  • Add library usage entries (student, book, date, duration, etc.)
  • View usage trends and most borrowed books
  • Interactive plots and analytics (e.g., borrow frequency, heatmaps)
  • Export data to Excel

🚀 How to Run

pip install -r requirements.txt
streamlit run app.py