Bergam0t / attendance_analyser

A streamlit app (running from github pages using the stlite package) for viewing summary statistics and graphs for Zoom logs. NOTE: Works on Chrome, Edge or Safari - not Firefox.

Home Page:https://bergam0t.github.io/attendance_analyser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small streamlit app for analysing Zoom meeting logs.

These are the logs that are accessed from the Zoom website by going to Reports --> Usage Reports --> Usage.

Click on the Number of Participants - this should be in blue, and is actually a hyperlink - and will bring up a window that allows you to export the log as a csv.

image

The app will process the file to generate graphs and summary metrics, including

  • maximum simultaneous attendees
  • total unique attendees
  • mean duration of attendance
  • median duration of attendance
  • total duration of attendance across all attendees
  • a graph of concurrent attendees across time
  • a graph and table showing the distribution of the total time spend in a meeting by an attendee

Deployed as a serverless on github pages using the stlite package, so all processing will take place in the browser.

Concept inspired by the work done by the strategy unit in this repository

About

A streamlit app (running from github pages using the stlite package) for viewing summary statistics and graphs for Zoom logs. NOTE: Works on Chrome, Edge or Safari - not Firefox.

https://bergam0t.github.io/attendance_analyser/

License:MIT License


Languages

Language:HTML 49.4%Language:Python 44.8%Language:CSS 5.8%