Top Builders

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

BERT

The BERT paper by Jacob Devlin was released not long after the publication of the first GPT model. It achieved significant improvements on many important NLP benchmarks, such as GLUE. Since then, their ideas have influenced many state-of-the-art models in language understanding. Bidirectional Encoder Representations from Transformers (BERT) is a natural language processing technique (NLP) that was proposed in 2018. (NLP is the field of artificial intelligence aiming for computers to read, analyze, interpret and derive meaning from text and spoken words. This practice combines linguistics, statistics, and Machine Learning to assist computers in ‘understanding’ human language.) BERT is based on the idea of pretraining a transformer model on a large corpus of text and then fine-tuning it for specific NLP tasks. The transformer model is a deep learning model that is designed to handle sequential data, such as text. The bidirectional transformer architecture stacks encoders from the original transformer on top of each other. This allows the model to better capture the context of the text.

General
Relese date2018
AuthorGoogle
Repositoryhttps://github.com/google-research/bert
Typemasked-language models

Libraries


BERT AI technology page Hackathon projects

Discover innovative solutions crafted with BERT AI technology page, developed by our community members during our engaging hackathons.

AegisLayer: Enterprise Privacy Middleware

AegisLayer: Enterprise Privacy Middleware

AegisLayer is a zero-trust enterprise privacy middleware designed to solve the critical data security bottleneck preventing enterprises from adopting Large Language Models. When employees send prompts to cloud AI providers, sensitive PII and proprietary secrets are often leaked. AegisLayer intercepts these prompts at the network boundary and sanitizes them in real-time before they ever leave the corporate network. Our solution employs a highly optimized dual-engine architecture: 1. CPU Regex Engine: A deterministic pass that instantaneously identifies and redacts structured data like IPv4 addresses, credit card numbers, phone numbers, and API keys. 2. AMD ROCm-Accelerated NER Engine: An advanced Named Entity Recognition pipeline powered by PyTorch and HuggingFace Transformers. Optimized specifically for AMD Instinct GPUs via ROCm, this engine identifies unstructured entities (Persons, Organizations, Locations) with sub-100ms latency. As entities are detected, AegisLayer maps them to opaque, entropy-free tokens (e.g., [PERSON_1]) and stores the mapping in an ephemeral, in-memory vault. The sanitized prompt is then safely forwarded to the external LLM provider. Once the AI generates a response, AegisLayer automatically de-tokenizes the text, restoring the original values seamlessly. The vault is immediately wiped after each round-trip, guaranteeing zero persistent storage of sensitive data. AegisLayer ensures maximum data privacy, regulatory compliance, and architectural resilience without introducing any friction to the end-user experience.

AsterRoute: Zero Token Binary LLM Router

AsterRoute: Zero Token Binary LLM Router

AsterRoute is a hybrid, token efficient general purpose agent built for Track 1 of the AMD Developer Hackathon: ACT II. Instead of spending LLM tokens to decide which model should answer, it runs a fine tuned 66M parameter DistilBERT classifier locally. The router predicts whether the inexpensive Fireworks tier can answer reliably and escalates uncertain requests directly to the strongest allowed tier. The system combines learned confidence thresholds with auditable category rules. Factual knowledge, math, logic, sentiment, code debugging, and code generation default to the inexpensive tier, while named-entity recognition and summarization use a P(cheap_ok) confidence gate. Training uses 176 empirically labeled examples across eight categories, negative oversampling, class weighting, and an independent grading pipeline. Code-generation answers are executed against tests, while open ended outputs use structured judging. All answer generation remains on Fireworks. The local model only selects the answer model, so routing consumes zero API tokens. Offline replay achieved 98.9% accuracy, matching the strongest model baseline while routing 173 of 176 tasks to tier0. The Linux/AMD64 Docker image implements the required /input/tasks.json to /output/results.json contract and completed our end to end Fireworks test in approximately nine seconds. The project also includes threshold evaluation, a 72 prompt no overlap holdout suite, reproducible training scripts, automated smoke tests, and an interactive Streamlit demonstration. The training code runs without modification on CPU, CUDA, Apple MPS, or ROCm backed AMD hardware.

Esillio: The operating system for human biology

Esillio: The operating system for human biology

Healthcare is deeply fragmented—every consultation starts from scratch, and patient history is scattered across isolated PDFs. Esillio solves this by serving as a longitudinal intelligence layer that continuously compiles your biological history into a structured, privacy-preserving timeline. Our architecture leverages AMD's advanced compute ecosystem in a highly strategic way. Rather than requiring users to have massive local GPUs, we use AMD Instinct™ accelerators and ROCm to power our proprietary Biological Continuity Compiler™. This pipeline distils the massive Gemma 4 foundational model down into a highly optimized 17MB micro-artefact. This tiny compiled model is natively embedded directly inside our Docker container, allowing it to run completely offline on standard consumer CPUs with zero cloud dependency. This AMD-powered approach forms our strategic moat. By solving the "cold start" problem of fragmented health history locally and privately, we build a high-retention, patient-owned data ecosystem. This highly defensible intelligence layer becomes the ultimate integration point for wearable manufacturers, digital therapeutics, and telemedicine platforms. By utilizing AMD's enterprise hardware to generate deployable edge intelligence, Esillio OS achieves instantaneous clinical reasoning while building the privacy-first foundation for the modern health economy. Your body remembers everything—it’s time healthcare did too. Esillio is here to cure the amnesia of modern medicine. Stop treating your health like a Snapchat story.