Techno Blender
Digitally Yours.
Browsing Tag

application

Mahindra Files Trademarks Application for Upcoming EVs, Aims to Boost Lineup in India

Representational image. (Photo: Team bhp)It has been reported that the upcoming models will be based on the latest INGLO platform, offering good-built quality and reliability to the customers. The homegrown four-wheeler manufacturer Mahindra is gearing up to boost the EV lineup in India. To offer a wide range of products in the coming years, the company has filed trademark for EVs. The list of names includes 1XO, 3XO, 5XO, and 7XO.It has been reported, that above mentioned names are likely to be used in the upcoming…

Building a Math Application with LangChain Agents

A tutorial on why LLMs struggle with math, and how to resolve these limitations using LangChain Agents, OpenAI and ChainlitIn this tutorial, I will demonstrate how to use LangChain agents to create a custom Math application utilising OpenAI’s GPT3.5 model. For the application frontend, I will be using Chainlit, an easy-to-use open-source Python framework. This generative math application, let’s call it “Math Wiz”, is designed to help users with their math or reasoning/logic questions.App Schema for “Math Wiz”.…

Microsoft’s Foldable Smartphone Could Be In Development, Suggests New Patent Application

Microsoft's latest patent application suggests that the company could be developing a technology for a foldable smartphone that will be quite different from its Surface Duo lineup. The company could try its hand at a ‘true foldable' design where a single foldable panel is used instead of two separate displays connected by a hinge. The patent mentions a spine cover plate for the central hinge, which appears similar to Samsung's flex hinge used in the Galaxy Z Fold 5.The patent application was published at the US Patent and…

Apple’s Latest Patent Application Reveals New Touchscreen iMac Design for Artists With Wireless Charging Station

In the recent past, Apple has reserved all of its touchscreen software interactions to its iPhones and iPads (iOS and iPadOS) while limiting its iMac and MacBook (macOS) software interactions to a mouse, keyboard and trackpad. While there have been many hardware mods designed to turn the iMac's interface into a touchscreen one, these would be rather limited as the interface has not been designed keeping these touch interactions in mind. The closest an Apple MacBook ever came to a touchscreen implementation was in 2016,…

TVS Files Trademark Application for Electric XL 100 Moped, Launching When? Check Details

Representation image. (File photo) Currently, the lightweight motorcyle TVS XL 100 is only available in petrol. It comes with a price range between Rs 44,999 to Rs 59,695 (ex-showroom, Delhi).In a move to expand the electric lineup, the two-wheeler giant TVS is all set to introduce the popular range XL 100 moped in EV avatar. It has been reported that the company has already filed the trademark application under the name TVS E-XL and the TVS XL EV.However, the brand has not revealed any official details about the same…

How to update address on voter ID card online, documents required, and track application status

The forthcoming Lok Sabha elections are anticipated to be held later this year, with expectations pointing towards April or May for the 2024 Lok Sabha elections. As the 2024 Lok Sabha Elections draw nearer, it becomes imperative to ensure the availability of your Election Commission ID card.An Election Commission ID card, commonly known as a Voter ID card, holds significant importance as it is a prerequisite for exercising one's voting rights. The Election Commission of India facilitates various online tasks for citizens,…

Integrating an External API with a Chatbot Application using LangChain and Chainlit

A practical guide to integrating external APIs for advanced interactions with a chatbot application using LangChain and ChainlitIn this tutorial, we will see how we can integrate an external API with a custom chatbot application. In my previous articles on building a custom chatbot application, we’ve covered the basics of creating a chatbot with specific functionalities using LangChain and OpenAI, and how to build the web application for our chatbot using Chainlit.Workflow of an API-Integrated Chatbot — Image by authorIf…

Vitesco Technologies prepares series application of its High Voltage Box, ET Auto

Representative image.New Delhi: Vitesco Technologies, a leading international supplier of modern drive technologies and electrification solutions, is preparing the series application of its High Voltage Box.The modular system makes charging, converting and distributing electricity in electric vehicles cheaper by integrating several functions in one unit, depending on the design. This includes the vehicle On-Board Charger for AC charging on the grid with up to 22 kW of

Designing and Deploying a Machine Learning Python Application (Part 2)

You don’t have to be Atlas to get your model into the cloudImage by MidjourneyNow that we have our trained Detectron2 model (see Part 1), let’s deploy it as a part of an application to provide its inferencing abilities to others.Even though Part 1 and 2 of this series use Detectron2 for Object Detection, no matter the machine learning library you are using (Detectron, Yolo, PyTorch, Tensorflow, etc) and no matter your use case (Computer Vision, Natural Language Processing, Deep Learning, etc), various topics discussed…

Building a Multi-Modal Image Search Application

In the world of machine learning, there used to be a limit on models — they could only handle one type of data at a time. However, the ultimate aspiration of machine learning is to rival the cognitive prowess of the human mind, which effortlessly comprehends various data modalities simultaneously. Recent breakthroughs, exemplified by models like GPT-4V, have now demonstrated the remarkable ability to concurrently handle multiple data modalities. This opens up exciting possibilities for developers to craft AI applications…