A Streamlit web app that allows institutions to manage and analyze library usage data.
- 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
pip install -r requirements.txt
streamlit run app.py