- Видео 63
- Просмотров 62 750
Algorithms
Индия
Добавлен 6 май 2019
Hello,
Welcome to my channel.
This is my second channel after "Splunk and Machine Learning"
Through this Channel I will be exploring the amazing world of Computer Science. I will be covering all aspects of CS from very basics to advanced. My mission is to make education free for all. I am trying to contribute on the sections which I love most.
I hope students will enjoy the contents of this channel. I will try to make sure its full of fun. After all learning should not be boring :)
If you like the content please provide feedback by subscription, comments , likes and off course dislikes. Let us make this space and interactive learning space.
Sid
Welcome to my channel.
This is my second channel after "Splunk and Machine Learning"
Through this Channel I will be exploring the amazing world of Computer Science. I will be covering all aspects of CS from very basics to advanced. My mission is to make education free for all. I am trying to contribute on the sections which I love most.
I hope students will enjoy the contents of this channel. I will try to make sure its full of fun. After all learning should not be boring :)
If you like the content please provide feedback by subscription, comments , likes and off course dislikes. Let us make this space and interactive learning space.
Sid
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
#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
Thanks for the explanation!!
Great work bro......Keep it up
Good content
pls explain properly
pls try to explain properly
the font size should be enlarge several times. very tiny fonts difficult to read
.❤
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
How you are trying to embed? If you can post the code snippet I can take a look
Best 🎉
NICE
Very good! very clear!
sir i have done the installation of enviroment , even i am getting error No module named 'dash' however all install
❤ really very informative in beautiful manner explain
Thanks a ton!! v v helpful stuff.
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!
please make more videos on Prolog. Your explanation and content both are good.
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?
That's a pretty good explanation of how function and decorators work!
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 !!
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.
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?
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
Absolutely well made man. You answered my question perfectly. Im def going to be looking into your channel more. Thank you !
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.
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
Sure I will cover that...
very nicely explained......could you please tell how to redirect from dash page to flask page
Thank you so much!
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?
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.
@@algorithms2805 Thanks for replying. Didn't work, but this did: Ctrl + K then press Ctrl + C if you’re using Windows.... Thanks though! :)
V ery helpful, thanks!
Awesome content, looking forward to more videos on Dash
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
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?
Can we use it with Streamlit?
Is it possible to make mobile app with Dash plotly?
Well you in dash you can't create mobile app directly but you can make your webapp mobile friendly ...
stunningly
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!
yes I will be covering this in the next video.
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?
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
You tell everything in great detail. I look forward to every new lesson. A diamond video, as if I found a treasure.
Nice video !!
Amazing man🥳🥳🥳
Thanks for a great video.
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.
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.
@@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.
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.
@@algorithms2805 Your english is very good by the way, I understood everything and you gave better explanation then many native speakers.
learn to understand other accents my lazy anglo friend
amazing work sir