Algorithms
Algorithms
  • Видео 63
  • Просмотров 62 750
Plotly Deep Learning App: How to display math equations using latex
In this video I have discussed about how to render math equations in plotly dash app.
#plotly #dash #latex #markdown
Dash Markdown : dash.plotly.com/dash-core-components/markdown#latex
Mathjax : jojozhuang.github.io/tutorial/mathjax-cheat-sheet-for-mathematical-notation/
Markdown : www.markdownguide.org/cheat-sheet/
Code used in this video can be downloaded from the below repo,
github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Просмотров: 208

Видео

Plotly Deep Learning App: Building a artificial neuron visualizer
Просмотров 15011 месяцев назад
This is the first part of the videos where we are developing a visualization for a neuron. Neural network concept video: ruclips.net/video/AcCs9SV1fi4/видео.htmlsi=WKhiA4Y-U5IA_cyR Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Deep Learning App: How to create file uploader in dash app
Просмотров 201Год назад
In this video we have discussed about how we can create file uploader in plotly dash app. Dash Uploader github link : github.com/fohrloop/dash-uploader Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
How to deploy dash apps in Google cloud
Просмотров 2,2 тыс.Год назад
In this video I have discussed about how we can deploy our plotly deep learning app in google cloud run as container service. Google Cloud CLI download : cloud.google.com/sdk/docs/install#windows Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Deep Learning App : How to Visualize MNIST dataset- PART IV - Callback context
Просмотров 2182 года назад
This is the fourth part of the videos where we are discussing how to visualize MNIST dataset. We have discussed how to use callback context in plotly dash in this video. Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Deep Learning App : How to Visualize MNIST dataset- PART III
Просмотров 1452 года назад
This is the third part of the videos where we are visualizing the MNIST dataset. In this video we have implemented the drilldown functionality to display the image based in clicking on the donut chart. Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Deep Learning App : How to Visualize MNIST dataset- PART II
Просмотров 1512 года назад
This is the second part of the videos where we are discussing about how to visualize MNIST dataset. Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app Plotly Express Pie chart examples : plotly.com/python/pie-charts/ Figure Object documentation : plotly.com/python-api-reference/generated/plotly.graph_objec...
Plotly Deep Learning App : How to Visualize MNIST dataset- PART I
Просмотров 3352 года назад
This is the first part of the videos where we are discussing about how to visualize MNIST dataset. Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Dash : Discussion on variable paths in dash pages
Просмотров 3212 года назад
In this video I have discussed on variable paths in dash pages. Code used in this video can be downloaded from the below repo, github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Dash : Discussion on meta tags in dash pages
Просмотров 1712 года назад
In this video I have discussed about how to work with meta tags in plotly dash. We are using the deep learning app we are building for this purpose. Each page you add to your app has page meta tags stored for it: a title, image, and description. The title is used as the page title in the browser, but together with the image and description, it is also often used by social media sites and chat c...
Plotly dash: Add cosutom 404 page using dash pages
Просмотров 2502 года назад
In this video I have discussed about how to add custom 404 pages in plotly dash app. Code used in this video can be downloaded from the below repo: github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app Image credit: pixabay.com/?amp;amp;amp;
Plotly Dash: How to create multipage app using dash "pages"
Просмотров 1,7 тыс.2 года назад
Dash Pages is available from Dash version 2.5.0. It implements features to simplify creating a multi-page app, handling URL routing and offering an easy way to structure and define the pages in your app. Code used in this video can be downloaded from the below repo: github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Plotly Deep Learning App : Adding accordion using dash bootstrap component
Просмотров 6312 года назад
In this video I have discussed about how to add accordion in plotly dash using dash bootstrap component. Accordion Documentation: dash-bootstrap-components.opensource.faculty.ai/docs/components/accordion/ Code used in this video can be downloaded from the below repo: github.com/siddharthajuprod07/algorithms/tree/master/plotly_deep_learning_app
Prolog : How to do basic arithmatic in Prolog?
Просмотров 3282 года назад
In this video I have discussed about how to do basic arithmatic in Prolog.
Plotly Deep Learning App : Adding breadcrumb using dash bootstrap component
Просмотров 5872 года назад
In this video I have discussed about how to create breadcrumb in plotly dash using dash bootstrap component. Advanced Navbar Video : ruclips.net/video/4tyyTWkC-fc/видео.html Breadcrumb Documentation: dash-bootstrap-components.opensource.faculty.ai/docs/components/breadcrumb/ Code used in this video can be downloaded from the below repo: github.com/siddharthajuprod07/algorithms/tree/master/plotl...
Plotly Dash : How to create advanced Navbar using Dash bootstrap component
Просмотров 7 тыс.2 года назад
Plotly Dash : How to create advanced Navbar using Dash bootstrap component
Plotly Dash: How to create simple nav bar without writing any css
Просмотров 2,2 тыс.2 года назад
Plotly Dash: How to create simple nav bar without writing any css
Plotly Deep Learning App : Image classification using an ImageNet model
Просмотров 8162 года назад
Plotly Deep Learning App : Image classification using an ImageNet model
Plotly Deep Learning App : Setup Deep learning environmrnt for learning purpose
Просмотров 4412 года назад
Plotly Deep Learning App : Setup Deep learning environmrnt for learning purpose
Prolog List : How to create reusuable list in Prolog?
Просмотров 2072 года назад
Prolog List : How to create reusuable list in Prolog?
Prolog List : How to find the sublist of a given list
Просмотров 1,7 тыс.2 года назад
Prolog List : How to find the sublist of a given list
Plotly Dash : Discussion on "figure" object structure
Просмотров 3022 года назад
Plotly Dash : Discussion on "figure" object structure
Plotly Dash : Introduction to "Graphs"
Просмотров 3722 года назад
Plotly Dash : Introduction to "Graphs"
Prolog List : How to add/delete item from prolog list
Просмотров 3,1 тыс.2 года назад
Prolog List : How to add/delete item from prolog list
Prolog List: How to concatenate two lists in prolog
Просмотров 2,4 тыс.2 года назад
Prolog List: How to concatenate two lists in prolog
Prolog List : How to compare two lists in prolog
Просмотров 1,6 тыс.2 года назад
Prolog List : How to compare two lists in prolog
Plotly Dash : How to structure multipage dash apps - PART 2
Просмотров 6242 года назад
Plotly Dash : How to structure multipage dash apps - PART 2
Plotly Dash : How to structure multipage dash apps - PART 1
Просмотров 1,3 тыс.2 года назад
Plotly Dash : How to structure multipage dash apps - PART 1
Plotly Dash : Discussion on validation layout
Просмотров 5282 года назад
Plotly Dash : Discussion on validation layout
Prolog List: How to find whether a object is member of a prolog list
Просмотров 1 тыс.2 года назад
Prolog List: How to find whether a object is member of a prolog list

Комментарии

  • @gangadharneelam3107
    @gangadharneelam3107 2 месяца назад

    Thanks for the explanation!!

  • @harshvardhanshinde7343
    @harshvardhanshinde7343 3 месяца назад

    Great work bro......Keep it up

  • @ZubairAhmed-om1ne
    @ZubairAhmed-om1ne 8 месяцев назад

    Good content

  • @sakethgrandhi3818
    @sakethgrandhi3818 9 месяцев назад

    pls explain properly

  • @sakethgrandhi3818
    @sakethgrandhi3818 9 месяцев назад

    pls try to explain properly

  • @tinula
    @tinula 9 месяцев назад

    the font size should be enlarge several times. very tiny fonts difficult to read

  • @abimbolaobadare6691
    @abimbolaobadare6691 11 месяцев назад

    .❤

  • @ahmadnadeem870
    @ahmadnadeem870 11 месяцев назад

    great explanation. i am trying to embad twitter-x, but its not showing in the navbar, nor giving any error, when i embad twitter old logo, it shows

    • @algorithms2805
      @algorithms2805 10 месяцев назад

      How you are trying to embed? If you can post the code snippet I can take a look

  • @EshaBinte90
    @EshaBinte90 11 месяцев назад

    Best 🎉

  • @swahiliicttutorials5568
    @swahiliicttutorials5568 Год назад

    NICE

  • @novais03
    @novais03 Год назад

    Very good! very clear!

  • @rajvirkumar4787
    @rajvirkumar4787 Год назад

    sir i have done the installation of enviroment , even i am getting error No module named 'dash' however all install

  • @rajvirkumar4787
    @rajvirkumar4787 Год назад

    ❤ really very informative in beautiful manner explain

  • @ramyasreetejo
    @ramyasreetejo Год назад

    Thanks a ton!! v v helpful stuff.

  • @Gustworner
    @Gustworner Год назад

    Thanks for your videos! I've come across many errors and all of those are fixed thanks to your videos and now I undestand why they happend in the fist place. Keep up the good work!

  • @zeenatjahan2281
    @zeenatjahan2281 Год назад

    please make more videos on Prolog. Your explanation and content both are good.

  • @Sandalen94
    @Sandalen94 Год назад

    I've copied your way of creating the navbar since I could not do it myself. I wanted my last column with a logout button to be placed at the end of the navbar horizontally (ie way to the right). What I dont understand about your method is that you structure the navbar with rows, but according to normal dbc structure would you not structure it as one row and x number of columns?

  • @SubeshaSasmal
    @SubeshaSasmal Год назад

    That's a pretty good explanation of how function and decorators work!

  • @the_python_man
    @the_python_man Год назад

    when i see the final result at the end i was like wtf!! he redenred that with dash only , dash are just mindblowing when it comes to create quick layout ,it allow takes our times to focus on the backend , thank u for share this for free repect !!

  • @ozgunkrt
    @ozgunkrt Год назад

    Thank you for tutorial sir. I'm getting "The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable." error. Do you have any recommendation to solve this? Thanks.

    • @algorithms2805
      @algorithms2805 Год назад

      It must have given the link for the logs....please check what error is showing up there.....also you are using same requirement.txt file right? And app.py changes you have done right?

  • @sanaths4371
    @sanaths4371 Год назад

    Good content brother . It would be great if you could make a video on how to convert dash app into an executable file(exe). Sometimes instead of deploying in cloud we need to share it across teams for testing. Taking The deep learning app as an example for exe package would be helpful

  • @promachos
    @promachos Год назад

    Absolutely well made man. You answered my question perfectly. Im def going to be looking into your channel more. Thank you !

  • @turningpoint8869
    @turningpoint8869 2 года назад

    Thanks for the videos, Can you make a video for nested pages. for example, there are two folders and subfolders in the corresponding layout. or you can guide me regarding the same. I really appreciate the your teaching style.

  • @sanaislam9948
    @sanaislam9948 2 года назад

    vedio iz very good please upload all of ex of coremen with full detail and increase the level of sound please thank u soo much for this informational vedio

  • @ganeshpadgalwar7205
    @ganeshpadgalwar7205 2 года назад

    very nicely explained......could you please tell how to redirect from dash page to flask page

  • @michaeldeandrade2911
    @michaeldeandrade2911 2 года назад

    Thank you so much!

  • @amancayengelhardt2564
    @amancayengelhardt2564 2 года назад

    Hi there, how do you comment on multiple clocks at once? A single line works with #, but what about many of them or even whole blocks as you did there?

    • @algorithms2805
      @algorithms2805 2 года назад

      If you are using VS code you can use Ctrl + / (the slash key) to comment and uncomment lines of Python code on Windows. Please refer the below link for more info, www.kindacode.com/article/vs-code-how-to-comment-out-a-block-of-python-code/#:~:text=You%20can%20also%20use%3A,of%20Python%20code%20on%20Mac.

    • @amancayengelhardt2564
      @amancayengelhardt2564 2 года назад

      @@algorithms2805 Thanks for replying. Didn't work, but this did: Ctrl + K then press Ctrl + C if you’re using Windows.... Thanks though! :)

  • @amancayengelhardt2564
    @amancayengelhardt2564 2 года назад

    V ery helpful, thanks!

  • @givenmahlangu4720
    @givenmahlangu4720 2 года назад

    Awesome content, looking forward to more videos on Dash

  • @alexisrangelcalvo2264
    @alexisrangelcalvo2264 2 года назад

    Hi there! this video and part 1 also was so useful to my, thanks a lot. I just have one question .... How do you share content or data between pages? is there a way? i'm striggling with this situation due to i try to store for example a json in a dcc.Store as product of a callback wich is belonging to page 1 (first layout), in order to get this json as input in a callback that show a metric in page 2 (second layout).... do you have any idea? thanks in advance

    • @algorithms2805
      @algorithms2805 2 года назад

      Thank you. Regarding your issue did you try to refer the below examples present in Dash doscumentation? dash.plotly.com/sharing-data-between-callbacks If it still not resolved your issue will it be possible for you to provide sample code so that I can take a look?

  • @user-mb3mf2og9k
    @user-mb3mf2og9k 2 года назад

    Can we use it with Streamlit?

  • @BlueSkyGoldSun
    @BlueSkyGoldSun 2 года назад

    Is it possible to make mobile app with Dash plotly?

    • @algorithms2805
      @algorithms2805 2 года назад

      Well you in dash you can't create mobile app directly but you can make your webapp mobile friendly ...

  • @anymatory8711
    @anymatory8711 2 года назад

    stunningly

  • @ryanang5584
    @ryanang5584 2 года назад

    Hi! Would it be possible to show us how to use Plotly Dash Bootstrap "Navbar" (not the simple one) in in the following video? Thanks!

    • @algorithms2805
      @algorithms2805 2 года назад

      yes I will be covering this in the next video.

  • @shashikantrrathod3617
    @shashikantrrathod3617 2 года назад

    Hi, Your lectures are really useful to create dashboards using plotly dash in efficient way. Just have one questions ? How we can export these dashboards either in PDF or PPT using dash?

    • @algorithms2805
      @algorithms2805 2 года назад

      Hi Shashikant, There is no direct way you can export dash app to pdf until you are using Dash Enterprise. You can try to use JS to achieve that. Please refer the below link to get an idea, community.plotly.com/t/exporting-multi-page-dash-app-to-pdf-with-entire-layout/37953/17

  • @denissilinskii6058
    @denissilinskii6058 2 года назад

    You tell everything in great detail. I look forward to every new lesson. A diamond video, as if I found a treasure.

  • @tharushageethanjana2262
    @tharushageethanjana2262 2 года назад

    Nice video !!

  • @procoder6311
    @procoder6311 3 года назад

    Amazing man🥳🥳🥳

  • @alikellaway3901
    @alikellaway3901 3 года назад

    Thanks for a great video.

  • @xavierr4508
    @xavierr4508 3 года назад

    If English isn't your mother tongue, then please don't force us to listen to you. I started watching the video because I thought it was spoken by native English speaker.

    • @algorithms2805
      @algorithms2805 3 года назад

      Nobody forced you to listen to this... The idea here is to share the knowledge.... Yes there could be some glitches as English is not my mother tongue... I apologise for the inconvenience caused. I think if we focus on knowledge shared may be the accent doesn't matter.

    • @Requisiem
      @Requisiem 3 года назад

      @@algorithms2805 I wholeheartedly agree with you here. Please pay his rather insensitive comment no mind. Hopefully this doesn't deter you from making wonderful content in the future, thank you.

    • @WilliamKellerTheSkeptic
      @WilliamKellerTheSkeptic 2 года назад

      If you are going to be a dick, please don't force us to read your comment. I started reading your comment because I thought you weren't a dick. Looks like we were both wrong.

    • @originalandfunnyname8076
      @originalandfunnyname8076 2 года назад

      @@algorithms2805 Your english is very good by the way, I understood everything and you gave better explanation then many native speakers.

    • @motogcincoesseplus
      @motogcincoesseplus 2 года назад

      learn to understand other accents my lazy anglo friend

  • @PraveenKumar-sk9qt
    @PraveenKumar-sk9qt 4 года назад

    amazing work sir