Abhishek Bose·Jul 8, 2024Enhanced Detection of Hateful Memes Using Multimodal LearningHow to leverage pre-training of SOTA models for enhanced classification resultsA response icon2A response icon2
Abhishek Bose·May 29, 2023Enabling large-scale PyTorch model inference at SwiggyAuthors: Abhishek Bose, Chaitanya Basava
Abhishek Bose·May 22, 2022PyTorch training on M1-Air GPUPyTorch recently announced that their new release would utilise the GPU on M1 arm chipset macs. This was indeed a delight for deep learning…A response icon5A response icon5
Abhishek Bose·Jun 2, 2021Dashboarding made easy using Python and ElasticsearchBuilding powerful dashboards using python, elasticsearch, apache Kafka and Kibana
InThe StartupbyAbhishek Bose·Nov 29, 2020The only Python inheritance guide you needPython is fantastic language for learning objected-oriented programming. An important pillar of objected-oriented programming is using…
InThe StartupbyAbhishek Bose·Nov 29, 2020Basic stream processing using Kafka and FaustAs the number of digital data transactions are increasing, it is becoming extremely important to get some insights out of this ever…
InThe StartupbyAbhishek Bose·Sep 6, 2020Getting Started With FastAPIRest APIs are beautiful pieces of software that enable applications to communicate with a database or with other software very effectively.
Abhishek Bose·Aug 8, 2020ResNet — 101 with PyTorchI decided to revisit the concepts of deep learning and chose PyTorch as a framework for this task. I started off with the implementation…
Abhishek Bose·Mar 24, 2020Python and Kafka: message passing and moreAt many stages during a developer’s career, he/she has to build systems capable of communicating with another. For example, there may be…A response icon1A response icon1