PinnedInLevel Up CodingbyAravind Ramalingam·Jan 3, 2022Create Responsive Cards with ChakraUICards can be tricky to create, especially when there are images within it. In this post, we will see how to create responsive cards with…
PinnedInAnalytics VidhyabyAravind Ramalingam·Jun 23, 2021How to Pick the Optimal Image Size for Training Convolution Neural Network?When training a Convolution Neural Network on a custom dataset, picking the right image is crucial. This will impact the training time &…A response icon2A response icon2
PinnedInAnalytics VidhyabyAravind Ramalingam·Jun 3, 2021Do You Visualize DataLoaders for Deep Neural Networks?A lot of factors can affect the performance of a Deep Neural Network. Let’s see how we can set up a PyTorch pipeline for Image augmentation…A response icon1A response icon1
PinnedInAnalytics VidhyabyAravind Ramalingam·May 21, 2021Stamp Detection using Computer Vision and PythonWe will use OpenCV to identify the number of stamps in a picture.A response icon1A response icon1
InLevel Up CodingbyAravind Ramalingam·Jan 10, 2022Create a Responsive Navigation Bar using ChakraUIWe all know how crucial the navigation bar is for websites. But most websites don’t have a good one. Why? Because responsive design for…
InLevel Up CodingbyAravind Ramalingam·Jul 10, 2021Customize or Extend Python Third-Party Modules Using Partial FunctionLet me explain with an example.
InLevel Up CodingbyAravind Ramalingam·Jun 29, 2021Validate User Input in Python FunctionWriting type hints for function arguments is a good start, but as the name suggests, it only hints at the data type of argument. When the…
InAnalytics VidhyabyAravind Ramalingam·Jun 10, 20217 Advanced Markdown Tips!Step up your Markdown game with useful and practical tips.A response icon2A response icon2
InAnalytics VidhyabyAravind Ramalingam·May 11, 2021Automate Gist Creation From Markdown File Using PythonMarkdown’s code block is great for writing code snippets. However, when you try to publish or share it via blogging platform there are some…
InAnalytics VidhyabyAravind Ramalingam·Apr 30, 2021Digit Emoji Predictor: Build UI for Deep Learning model in NotebookBuild a digit emoji predictor in Jupyter notebook by passing data between JavaScript & Python. Typically, JavaScripts are used for data…