PinnedPublished inLevel Up CodingCreate 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…Jan 3, 2022Jan 3, 2022
PinnedPublished inAnalytics VidhyaHow 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 &…Jun 23, 20212Jun 23, 20212
PinnedPublished inAnalytics VidhyaDo 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…Jun 3, 20211Jun 3, 20211
PinnedPublished inAnalytics VidhyaStamp Detection using Computer Vision and PythonWe will use OpenCV to identify the number of stamps in a picture.May 21, 20211May 21, 20211
Published inLevel Up CodingCreate 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…Jan 10, 2022Jan 10, 2022
Published inLevel Up CodingCustomize or Extend Python Third-Party Modules Using Partial FunctionLet me explain with an example.Jul 10, 2021Jul 10, 2021
Published inLevel Up CodingValidate 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…Jun 29, 2021Jun 29, 2021
Published inAnalytics Vidhya7 Advanced Markdown Tips!Step up your Markdown game with useful and practical tips.Jun 10, 20212Jun 10, 20212
Published inAnalytics VidhyaAutomate 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…May 11, 2021May 11, 2021
Published inAnalytics VidhyaDigit 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…Apr 30, 2021Apr 30, 2021