acmcsuf.com
acmcsuf.com copied to clipboard
Trends: Visualize trends in Discord text channels
What's your idea?
[6:22 PM]Ethan (he/VP/Webmaster): Trends overview: check the status of what topics our members have been talking about in the last 48 hours. This data is exposed via JSON HTTP endpoint and can be used for sharing fun facts/metrics.
Trends is a simple dashboard (inspired by https://trends.google.com/trends/) for visualizing our most popular topics of discussion on Discord within our club's most active text channels at various possible time intervals. The data being visualized is fetched from a JSON endpoint serving the computed results of our custom "trends" model.
Plan
The server endpoint
- [x] https://github.com/EthanThatOneKid/trends/pull/1
- [ ] Clean sample data and run experiments in Colab
- [ ] Develop a model for consistently predicting the "trends" of messages sent in various text channels at various date range segments
- [ ] Create
trends servesubcommand (Related: https://github.com/EthanThatOneKid/trends/issues/2) - [ ] Deploy Trends HTTP server logic for efficient consumption by https://acmcsuf.com/trends
The page endpoint
- [ ] Design a simple dashboard for visualizing Trends data
- [ ] Implement design of Trends dashboard