Top Builders

Explore the top contributors showcasing the highest number of app submissions within our community.

Qualcomm

Qualcomm was founded in July 1985 in San Diego by seven engineers, including Irwin Jacobs and Andrew Viterbi, as a wireless communications research firm. Over four decades it has become the defining company in mobile silicon, designing the Snapdragon family of system-on-chips that sit inside the majority of the world's Android smartphones, Copilot+ PCs, XR headsets, and connected automotive systems. Qualcomm operates as a fabless semiconductor company, focusing on chip design and its vast patent portfolio covering CDMA, 3G, 4G LTE, and 5G NR technologies.

General
CompanyQualcomm Incorporated
FoundedJuly 1, 1985 by Irwin Jacobs, Andrew Viterbi, and five colleagues
HeadquartersSan Diego, California, USA
Websitequalcomm.com
DocumentationDeveloper Portal
GitHubgithub.com/qualcomm
TypeSemiconductor and Wireless Technology

Core Products

Snapdragon SoC Platform

Snapdragon is Qualcomm's flagship system-on-chip brand integrating CPU, GPU, NPU (Hexagon), modem, and connectivity in a single package. Snapdragon chips power mobile phones, Windows laptops (Copilot+ PC), AR/VR headsets, automotive cockpits, and IoT devices.

Dragonwing

Qualcomm's commercial and industrial product line, built on Snapdragon silicon, targeting industrial IoT, robotics, and smart edge deployments.

Qualcomm AI Hub

A developer platform at aihub.qualcomm.com offering 175+ pre-optimized AI models, a cloud-based profiling workbench for testing across 50+ device types, and sample applications. Developers can optimize, benchmark, and deploy models on Snapdragon hardware without owning devices.

Connectivity and RF

Qualcomm designs Wi-Fi, Bluetooth, and 5G modem products used across consumer electronics, automotive, and infrastructure.


Developer Resources

Qualcomm provides a full developer toolkit for building AI-accelerated applications on Snapdragon hardware, from low-level NPU SDKs to cloud-hosted device profiling.


Key Features

Heterogeneous AI Engine Qualcomm's AI Engine combines the Hexagon NPU, Adreno GPU, and Oryon/Kryo CPU into a coordinated compute pipeline. This lets applications shift workloads to the most efficient processor at runtime, achieving high performance at low power.

On-Device AI at Scale Qualcomm AI Engine ships in over 4.3 billion devices. The Hexagon NPU supports FP32, FP16, INT16, and INT8 precision, enabling deployment of large language models and image generation on mobile hardware without cloud dependency.

Broad SDK Ecosystem Developer tools include the AI Engine Direct SDK (QNN), the AI Model Efficiency Toolkit (AIMET) for quantization and pruning, the Snapdragon Neural Processing Engine (SNPE), and an ONNX Runtime execution provider plugin.


Use Cases

On-Device Generative AI Run quantized LLMs (Llama, Mistral, Qwen) and image-generation models locally on Snapdragon phones and laptops. AI Hub provides ready-to-deploy .pte and optimized model artifacts for direct integration.

Mobile and Embedded Vision Object detection, depth estimation, scene segmentation, and OCR run at real-time framerates on the Hexagon NPU with Qualcomm's pre-optimized model zoo.

Qualcomm AI Technologies Hackathon projects

Discover innovative solutions crafted with Qualcomm AI Technologies, developed by our community members during our engaging hackathons.

 LifePilot — On-Device Wellness Co-Pilot

LifePilot — On-Device Wellness Co-Pilot

Every AI wellness app works the same way: your tasks, sleep, spending, and health data get shipped to someone else's servers before you get an answer. LifePilot removes that trade-off — every model runs on the device itself. LifePilot is a calm, offline-first wellness app with four features, each backed by its own on-device model: • Overwhelm Manager — describe what's overwhelming you; an on-device Llama 3.2 1B model breaks it into a concrete 5–8 step plan, personalized from on-device memory that never syncs anywhere. • Energy Planner — a trained time-series model predicts your energy curve for the day from recent sleep and activity. • Hydration Tracker — a trained regression model sets a personalized daily water target and explains why. • Expense Scanner — point the camera at a receipt; on-device OCR plus trained models extract the merchant, total, currency, and category. No photo or text ever uploaded. Every model is exported to ExecuTorch and runs directly on the phone's own chip. There is no server-side inference path — put the phone in airplane mode and everything still works identically. That's not a fallback; it's the only mode. Where AMD fits: the four trained models (energy, hydration, and two expense models) are trained and exported on AMD Instinct MI300X GPUs via ROCm, on AMD's ROCm cloud notebooks — real GPU compute producing the exact .pte files that ship in the app. All four features are built and running on a real Android device today, including the on-device Llama agent generating multi-step task breakdowns in airplane mode. Privacy isn't a marketing line here — it's the architecture.

SafeScreen AI

SafeScreen AI

SafeScreen AI is designed as a local first line of defense. It runs directly on a Snapdragon-powered Android device using ExecuTorch and analyzes visual content on-device in real time. When the system detects potentially explicit, abusive, or manipulated media, it can immediately warn, blur, redact, mask, or block the content directly on screen before the user fully engages with it. Our initial focus is on two high-impact use cases: 1. Real-time explicit and harmful visual content protection, especially for young kids, teens, and women who may be targeted by unsafe content, online abuse, harassment, impersonation, or AI-generated explicit media. Many vulnerable users may not have the technical awareness to recognize manipulated or harmful content before it affects them. SafeScreen AI acts as a private safety shield that can blur or redact harmful content in the moment, reducing exposure before harm spreads. 2. Deepfake and manipulated media detection, helping users recognize synthetic or altered images and videos before trusting, sharing, or being harmed by them. This matters because AI-generated abuse is no longer hypothetical. Recent reporting has found AI-generated explicit deepfakes spreading in schools and affecting hundreds of students globally. Research on publicly available deepfake model variants found nearly 35,000 downloadable deepfake-related models, with almost 15 million downloads since late 2022; 96% of the targeted individuals were women. Online harm is also increasingly recognized by governments and advocacy groups as a serious form of non-consensual intimate image abuse. Using ExecuTorch and Snapdragon acceleration, we aim to build a low-latency, privacy-preserving pipeline that captures visual input, runs lightweight models locally, and responds immediately with protective actions such as warning, blurring, redaction, masking, or blocking.