Top Builders

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

Meta

Meta, founded in 2004, is a global technology leader that revolutionizes how people connect and interact in the digital world. Originally known as Facebook, Meta is renowned for its pioneering advancements in social media, with platforms like Facebook, Instagram, and WhatsApp, which collectively reach billions of users worldwide. In addition to its social media prowess, Meta is a global technology company at the forefront of AI innovation, focusing on enhancing human connectivity and creating immersive digital experiences. Among its leading products related to AI technology are the LLaMA (Large Language Model Meta AI) series and Meta AI.

General
CompanyMeta Platforms, Inc.
FoundedJanuary 4, 2004
HeadquartersMenlo Park, California, U.S.
Repositoryhttps://github.com/facebook

Key Products and Research

Meta has developed a range of AI products designed to enhance various aspects of technology and user experience. Here’s a brief overview of these AI products:

LLaMA (Large Language Model Meta AI)

LLaMA is a series of large language models designed for natural language processing tasks. These models, including the latest LLaMA 3.1, are known for their advanced capabilities in text generation, understanding, and multilingual processing. They are available as open-source models, promoting innovation and research in AI​ Meta | Social Metaverse Company,Facebook.

Meta AI

Meta AI is an intelligent assistant integrated across Meta’s platforms, such as Facebook, Instagram, WhatsApp, and Messenger. Powered by LLaMA models, it helps users with tasks like content creation, information retrieval, and personalized interactions Meta | Social Metaverse Company.

PyTorch

PyTorch is an open-source machine learning library developed by Meta and widely used in both research and industry. It provides tools for building and training deep learning models and has become a standard framework in the AI community​ Facebook.

Meta AI Research (FAIR)

Meta’s AI research division, formerly known as FAIR (Facebook AI Research), focuses on advancing the field of AI through open research and collaboration. This division works on various AI challenges, including computer vision, natural language processing, and generative AI​ Facebook.

Meta AI in the Metaverse

Meta is also incorporating AI into its metaverse initiatives, using AI to create immersive experiences in virtual and augmented reality. This includes developing AI-driven avatars, enhancing virtual environments, and improving interaction within the metaverse​ Meta | Social Metaverse Company.

AI for Ads

Meta leverages AI to optimize ad targeting, delivery, and measurement across its platforms. AI algorithms analyze vast amounts of data to improve the effectiveness of advertising campaigns, making them more relevant to users and efficient for advertisers​ Meta | Social Metaverse Company.

LLaMA Impact Grants

The LLaMA Impact Grants program, launched by Meta, aims to support and encourage the innovative use of its LLaMA (Large Language Model Meta AI) models to address critical challenges in various sectors, including education, environmental sustainability, and public good. This initiative offers financial grants and resources to researchers, nonprofits, and other organizations that seek to leverage LLaMA models for impactful projects. The program highlights Meta’s commitment to responsible AI development and its belief in the potential of AI to drive positive social change.

For more details, visit the LLaMA Impact Grants page.

Meta AI Technologies Hackathon projects

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

AI_lifeOS

AI_lifeOS

**AI LifeOS** is an AI-powered all-in-one student platform designed to simplify learning, career planning, and skill development. Many students struggle with using multiple websites and tools for studying, tracking progress, preparing for interviews, building resumes, and choosing the right career path. AI LifeOS solves this problem by bringing everything together in one intelligent platform. The platform uses artificial intelligence to create personalized learning roadmaps based on each student's goals, interests, and current skill level. It provides an AI study assistant that answers questions, explains concepts, recommends learning resources, and helps students stay on track. Students can also explore different career paths, compare opportunities, understand the skills required for each role, and receive a step-by-step plan to achieve their career goals. In addition, AI LifeOS supports project recommendations, resume building, interview preparation, skill assessment, and progress tracking. The platform continuously analyzes student performance and provides personalized suggestions to improve learning outcomes and job readiness. Our goal is to create a smart learning ecosystem where students can learn, practice, build real-world skills, and prepare for successful careers—all from a single platform. By combining education, AI assistance, and career development, AI LifeOS empowers students to make informed decisions, stay motivated, and achieve their full potential.

SOAP Copilot: AI Clinical Scribe on AMD

SOAP Copilot: AI Clinical Scribe on AMD

Physicians spend roughly two hours a day on clinical documentation, time pulled directly away from patient care, and a well-documented driver of burnout that costs the US healthcare system an estimated $8.3B a year in lost productivity. SOAP Copilot is a multi-agent AI system that turns a raw doctor-patient conversation into complete, structured clinical documentation in under 30 seconds. Three specialized agents, all built on Llama 3.3 70B Instruct, handle the pipeline in sequence: a SOAP Generator produces a structured Subjective/Objective/Assessment/Plan note, an ICD Coder extracts diagnosis codes with confidence scores, and a Summary Writer rewrites the note as a plain-language patient summary. The entire stack runs on open-source models, so no PHI ever needs to leave the user's own infrastructure. The project was originally prototyped and LoRA fine-tuned on a single AMD MI300X (192GB HBM3) via AMD Developer Cloud, running vLLM on ROCm 7.2. That memory headroom is what makes serving a 70B-parameter model in BF16 precision practical on one chip, something no consumer GPU and few cloud GPUs can do. For this submission, production inference is served through Fireworks AI, which itself runs on AMD Instinct hardware, so the project demonstrates the AMD AI stack end to end: self-managed fine-tuning through to hosted inference. Roadmap items include a distilled specialist model for lower-cost deployment, retrieval-augmented generation over clinical guidelines using the Qdrant vector database already wired into the architecture, and an on-premise, HIPAA-compliant deployment path for health systems that cannot send patient data to any external API.