šŸ“£ Holiday Season App Challenge - NYC MTA

Thanks! So for both Iā€™m using openai == 0.28 which makes use of gpt-3.5-turbo.
I might refine the query by December 1st but I thought it was a creative addition.

1 Like

Iā€™m going to study your code. Lots of improvements I see for my code and also some other interesting repoā€™s to see how things should be done. Thank you.

1 Like

Hi Adam,

Here is my submission for MTA ridership challenge by Maven Analytics.

The Dash Plotly Weblink

The Github Link.

Thanks and let me know if anything is not working.

Regards,
Mona

1 Like

Thank you @Mona_S for participating in the challenge. Good idea adding that summary paragraph at the beginning.

:wave: Welcome to the Plotly Community . Hope to see some of your graphs in the figure-friday initiative as well :slight_smile:

1 Like

I am glad that you liked itā€¦ will definitely put my hands on the figure-Friday.

1 Like

Very pleased to submit my humble app.
Thank you @adamschroeder for your support to this whole community.
Code in Github JuanG.
App in JuanGerman2024 Pythonanywhere.
There is always room for improvementsā€¦

3 Likes

Hi @marieanne
Congrats on submitting your Dash app for this challenge!
If you have any questions about any of the apps I have on Github please let me know. Iā€™d be happy to help.

1 Like

Hi there,

I would also like to contribute to this nice challenge with my app that you can find here:

App: https://holiday-app.nflaschel.de/
Code: GitHub - nils-fl/HolidayAppChallenge

Home:

  • There are some time series info as cards and scatter subplot on the first page.

Now & Then

  • A comparison of pre- and post-pandemic ridership
  • Text is dynamically generated with a LLM API

Forecast

  • Two models forecasting the last 60 days of the dataset
  • Models are in the code but the predictions were saved to the repo because my machine run out of memory during training
  • First model is CES using the great Nixtla library
  • Second model is Chronos by Amazon using the great sktime library
  • Itā€™s just a simple showcase, not intended to be a sophisticated forecasting project

Had a lot of fun, as always :slight_smile:

Cheers
Nils

4 Likes

A beautiful multi-page Dash app, @nilsfl . Thanks for the submission :pray:

Hi @adamschroeder!

this is my sumbission for MTA Dashboard Challenge.
Interactive Dash:Dash app
GitHubGist

This is my first try at Plotly App, it was an interesting challenge, thank you. :slight_smile:

4 Likes

Hi Everyone 1st time participing in this type of challenge,

Here goes my MTA Dashboard, I designed to provide a granular view of public transport trends by integrating various data visualization (area, line) and interaction components.

GITHUB

WEB APP
https://acabrera1969.pythonanywhere.com

2 Likes

Thank you @Ester. I love the black background and the colors you chose for the buttons. Cool line chart as well.
Itā€™s hard to believe this is your first time :slight_smile:

And :wave: welcome to the community. Weā€™re happy to have you with us.

:wave: welcome to the community, @Avacsiglo21 . This is a great place for our first post :slight_smile:

Nice usage of the datepicker and the radio buttons.

Did the data surprise you once you looked at the graphs you built?

1 Like

I knew HTML and CSS so far, in Python AI helped a little. Now Iā€™m looking for a course on Plotly Dash, it could be incredibly fun to use.:rocket::tada:

Try this 6-session tutorial we have on the Plotly YouTube channel. I think youā€™ll like it, although it is built for beginners, so some of the content, you might already know.

1 Like

Hi everyone!
This is my first post on the Dash community forum. Over the past year, Iā€™ve been working extensively with Dash and have found it to be an incredibly flexible and powerful tool for creating web-based visualizations. Iā€™m happy to share my submission for the MTA Ridership Challenge!

The app is built almost entirely with Dash and Plotly elements, with a couple of p5.js sketches for the background and the train animations, as well as custom CSS for styling.

Feel free to check it out and let me know your thoughts:
GitHub: GitHub - Alonsomar/challenge_mta_ridership: Data visualization for Maven Commuter Challenge
Live App: https://mtachallenge.alonsovaldes.com/

Looking forward to your feedback!

4 Likes

What surprised me is that the main modes of transport have still taken a long time to recover 100%.

Hi @adamschroeder and everyone,

Weā€™re close to the deadline, so I thought itā€™s time to stop overthinking and share what Iā€™ve built. Hereā€™s the link to my app and GitHub:

Thank you so much for this opportunity. This challenge gave me the motivation to finally dive into Plotly and Dash, something Iā€™ve wanted to learn for a long time. Iā€™m incredibly grateful for the experience, and whish you all the best,

Best,
Sajjad

5 Likes

Hello everyone! :smiley:

Hereā€™s my submission for the NYC MTA Challenge.

Dashboard: https://mta-dash.apps.taruma.info/
Source: GitHub - taruma/MTA-dash: An interactive Dash-based visualization tool that tracks NYC's MTA ridership trends and recovery patterns across multiple transit modes with AI-powered insights.

The app is quite simple, as I spent a good amount of time tinkering with dash mantine components and Plotly again :sweat_smile:. I also tried to add an LLM feature to generate insights from the graphs displayed on the dashboard.

I will continue to develop this application further because thereā€™s still a lot I want to try and experiment with.

2 Likes

Hello @adamschroeder

Big fan of Plotly and have been using it i since I started full-time work and data science. Iā€™ve probably seen your posts show up countless times while looking up solutions!

Hereā€™s my submission for the challenge.

It was highly inspired by a New York Times article which had a graph I found memorable. The overall dashboard is relatively simple but hopefully it gets the point across.

Really thankful for this opportunity as it finally got me exploring other web application frameworks and deployment methods.

1 Like