Up Network, DreamSmart Launch Web3 Smart Glasses with Google Gemini

Up Network, DreamSmart Launch Web3 Smart Glasses with Google Gemini

Up Network and DreamSmart have collaborated to unveil what the companies call the world’s first Web3-focused smart glasses with artificial intelligence (AI). Equipped with Google’s Gemini AI, the smart glasses offer real-time contextual artificial intelligence. Up Network has developed an AI agent operating system to improve human-machine interactions, while DreamSmart’s technology specializes in advanced tech solutions for EVs, smartphones, and wearables. The device has been announced at a time when Web3 and AI technologies experienced significant growth.The companies have yet to announce a name (or price) for these smart glasses, and which could be rolled out by Q1 2025, as per a press release. The glasses will let users access an AI assistant to handle crypto-related tasks, according to the firms. AI is expected to help newcomers to the crypto space interact with blockchain-related services using natural language commands.Users of the glasses will earn tokenised incentives for engaging in decentralized activities, according to the companies. The glasses let users own their data as an asset and enable them to have complete autonomous control, as all operations are claimed to work on the device. All Web3 interactions initiated by these glasses will also be processed on-device.“These glasses are not just a device—they’re a gateway to the future of computing and decentralized technology, combining AI, XR, and Web3 incentives into one powerful ecosystem ,” said Devansh Khatri, Co-founder at Up Network.The glasses weigh 44g and are claimed to offer up to eight hours of battery life. The glasses pack an optical waveguide-based display to offer users an extended reality (XR) experience for entertainment, productivity, and day-to-day tasks, according to the company.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *