Show and Tell - Community Thread 🎉

Hi Fellows!

I have deployed a new WebApp using Dash.

Now, it’s an application to query projects and also, add new ones that will be queried by Spark or other tool on the DB.

It has a system using Dash Bootstrap Component where it opens a modal component to register new projects and add automatically on the DB.

Also, we have upload and download options (only the upload task is implemented so far)

I hope that it can inspire other creators to build something using this amazing library!

Link to the application:
https://crud-sparksql.herokuapp.com/

2 Likes

Hi there. Today I have deployed a new Dash WebAPP.

This time it’s a COVID-19 dashboard with a forecasting system.

https://trich-coronavirus.herokuapp.com/

It keeps demanding some improvements and corrections, but it’s OK to the be a initial version of the app;

4 Likes

Very nice. Is there any epidemiological theory behind the parametric curve fitting? Or is it a purely mathematical exercise?

I have made my own Covid 19 Dash with extremely simple forecasting. I chose to forecast using the latest rate of change. My theory was that, given the complexity of the system and the changes in population behaviour, the best approximation of R_0 in the short term came from the current rate of change. Obviously, this results in exponential growth, so it is no good for long term forecasting.

https://covid-dash-ds.herokuapp.com/

2 Likes

Hey guys,

I have created and deployed a Dash app that predicts whether or not there will be precipitation tomorrow for weather stations in Canada.

https://canada-precip.herokuapp.com/

The idea is based off of Rain in Australia on Kaggle.

More information and code can be found on GitHub.

First time I have done anything with web app development or machine learning, let me know if you have any suggestions or ideas for improvements!

Cheers

1 Like

Really great idea! Cool to see Decision trees used here:

Decision Tree Classifier trained on 10 years of daily station data (2010-2019) for 83 stations (670000 samples). Accuracy of 85%.

If it’s time series data, have you tried Facebook’s prophet? it’s very simple to use.

Thanks! Haven’t tried Facebook’s prophet. I’ll check it out!

1 Like

I’ve open-sourced the code to the Market Ahead webapp - GitHub - MarketAhead/webapp: Stock analysis & correlation tool built with Plotly Dash.

Hope it can help others and look forward to seeing what others come up with.

1 Like

Just finished my first version of a nuclear data / neutron cross section plotting website. It has a few Gb of data on a Docker image that runs on Google Cloud Run with Plotly, Dash Gunicorn and makes use of the very useful Dash DataTable.

Nuclear data cross section plotter https://xsplot.com/
The GitHub open source repo is here GitHub - openmc-data-storage/xsplot.com: The source code for a cross section plotting website xsplot.com

Thanks for making such a nice product with Plotly, Dash and DataTable

2 Likes

Hey All,
I wanted to share a really cool app that Jatin Mahour created with Dash to predict leaf-area estimates of some common tree species found in the USA. Click here to view. (it takes a few seconds to load since it’s a free Heroku account, but worth the wait).
To share your own apps with the community, don’t forget to use the “show and tell” tag. Enjoy!

4 Likes

Thanks, Adam for showcasing my app. Although there is a link for the code in the app itself, I am providing it here too.
Github repo

2 Likes

Hi guys,

Here is 𝑭𝒐𝒙𝒚𝑭𝒊 - a trading log with a social media twist.
This was built for educational purposes to encourage people to learn Python and full stack development using Dash and dash-bootstrap-components as the main libraries.

You can find it under:
www.foxyfi.cc

This website is fully built in Dash and uses TradingView widgets and Google’s Real-Time Firebase Database for both the data storage and the entire user authentication, signup and login management system.

If you would like to dwell into the code yourself you can find it under:
https://github.com/Foxy-Fi/FoxyFi

You can follow me on YouTube, LinkedIn, Twitter and Instagram on the following links:

Let me know what you think! =)

Thanks in advance for the feedback!

3 Likes

@AnnMarieW meet @Silvio :slight_smile:

1 Like

@Silvio Really beautiful app! :+1:

1 Like

@Silvio this is high praise coming from @Emil

@Emil indeed → cool app, eh? btw → I’m encouraging @Silvio to check out your websockets extension for Dash and see if there’s a use case that could really tax that and show it off to it’s best potential.

1 Like

@Silvio - and welcome to the Dash community :slightly_smiling_face:

This is an awesome app :star_struck: - and thanks for sharing the code. I’m sure a lot of people will find this very helpful especially for how to incorporate TradingView and Firebase in a Dash app.

1 Like

Silvio’s accompanying youtube video

2 Likes

@Silvio
welcome to the community and thank you for sharing this app with us as well as the open source code. It’s very professional-looking. Is this the first time you built an app with Dash or do you have a few months of experience?

You have an intriguing YouTube channel. I think it has a lot of potential for growth since finance related Python scripts are a hot topic. Good luck with it.

Thank you @Emil and @AnnMarieW for the awesome feedback!


Hi all,
used Dash to develop an app to easily analyze large quantities of microbial growth curves that I generate for my scientific work.
It’s quite simple, but really enjoyed the learning experience.
You can check it out at http://dashing-growth-curves.ethz.ch/

This is a unique app, @mretier

Thank you for creating and sharing with us.

I used the sample data, and ran the analysis, but I wonder, how can I get the 6 graphs at the bottom part of the screen to populate like you do in the tutorial video?