Tag

Siri

1 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Aug 1, 2024 · Artificial Intelligence

Apple Intelligence: Inside the New Apple Foundation Model

Apple Intelligence, an on‑device AI suite debuting with iOS 18.1 beta, centers on the Apple Foundation Model—a 3‑billion‑parameter on‑device LLM (and a larger undisclosed cloud version) trained on TPUs with novel RL algorithms and mixed‑precision quantization, delivering Siri, writing assistance, photo search, and benchmark performance that surpasses GPT‑4, though currently limited to paid developers.

Apple IntelligenceSiriai
0 likes · 11 min read
Apple Intelligence: Inside the New Apple Foundation Model
Java Tech Enthusiast
Java Tech Enthusiast
Jun 11, 2024 · Artificial Intelligence

Apple WWDC 2024 Highlights: AI Integration, visionOS 2, iOS 18, macOS Sequoia, and Siri Revamp

At WWDC 2024 Apple unveiled visionOS 2 with thousands of native apps, iOS 18’s personalized UI tweaks, iPadOS 18’s Math Memo and M4 chip, macOS Sequoia’s iPhone mirroring, a revamped Siri powered by GPT‑4o, and introduced Apple Intelligence—on‑device AI models that bring context‑aware writing, image generation and third‑party integration across its ecosystem.

AppleSiriWWDC 2024
0 likes · 14 min read
Apple WWDC 2024 Highlights: AI Integration, visionOS 2, iOS 18, macOS Sequoia, and Siri Revamp
IT Services Circle
IT Services Circle
Feb 3, 2023 · Artificial Intelligence

Creating a Smart Home Assistant by Combining ChatGPT with Siri via iOS Shortcuts

This article demonstrates how to integrate ChatGPT with Siri using iOS Shortcuts to build a sophisticated smart home system, detailing JSON request structures, prompt engineering, handling of command, query, answer, and clarification actions, and providing step‑by‑step code examples for implementation.

AI integrationChatGPTHome Automation
0 likes · 11 min read
Creating a Smart Home Assistant by Combining ChatGPT with Siri via iOS Shortcuts
Python Programming Learning Circle
Python Programming Learning Circle
Jan 10, 2022 · Artificial Intelligence

Building a Siri‑Like Voice Chatbot with Python

This tutorial explains how to create a Siri‑style conversational robot in Python by configuring the environment, describing the speech‑recognition and chatbot principles, and showing the implementation that uses Baidu speech recognition and the Turing chatbot API.

ChatbotPythonSiri
0 likes · 3 min read
Building a Siri‑Like Voice Chatbot with Python