Top Builders

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

Chroma

Chroma is building the database that learns. It is an open-source AI-native embedding database. Chroma makes it easy to build LLM apps by making knowledge, facts, and skills pluggable for LLMs. The fastest way to build Python or JavaScript LLM apps with memory

General
Relese date2023
AuthorChroma
Typeembedding database

Tutorials

Great tutorials on how to build with Chroma

Chroma - Helpful Resources

Check it out to become Chroma Master!

Chroma - Clients

Connect Chroma to your Project!

Chroma - integration

Get started with Chroma!


Chroma AI technology page Hackathon projects

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

Dementia ASR Screening

Dementia ASR Screening

Overview The Dementia ASR Screening & Multi-Factorial Risk Stratification Application is an advanced digital health portal designed to bridge the gap between AI-driven speech biomarkers and modifiable clinical risk factors. Built on a premium, mobile-first dark theme interface, the portal enables patients to undergo non-invasive, visual speech elicitation tests in seconds, generating comprehensive, weighted dementia conversion risk assessments. Key Features & Technological Innovation Lossless Acoustic Elicitation: Features a custom-built, client-side Web Audio API recorder that encodes raw microphone samples directly into lossless 16-bit Mono PCM WAV format. This ensures 100% processing compatibility with cloud-based Automatic Speech Recognition engines. Speechmatics SaaS ASR Integration: Orchestrates advanced speech analyses via Express backend proxies. By disabling disfluency filtering (remove_disfluencies: false), the portal natively captures and tags spoken filler words. Acoustic Pause Biomarker Extraction: Reads word-level transcript timestamps to automatically isolate and flag long conversational hesitation gaps exceeding 1.5 seconds, a key marker in acoustic cognitive screens. Wiley 2025 Multi-Factorial Stratification: Incorporates a validated clinical risk algorithm based on the October 2025 study in Alzheimer's & Dementia (DOI: 10.1002/alz.70870): Age Scoring, Cognitive Reserve, BMI,Depression Screening (PHQ-2), Weighted Clinical Risk Dial: Automatically weighs Vocal speech biomarkers (40% weight) against Clinical modifiable factors (60% weight) to render a composite, color-coded Stratified Risk Indicator (Low, Moderate, or High Risk). Comprehensive Session Review Timeline: Connects to a self-healing SQLite database to store serialized disfluency details, allowing patients to inspect past tests and review historical reports exactly as they looked live along with an Interactive Demographics Editor.

Onus HybridMind: AI Procurement Auditor

Onus HybridMind: AI Procurement Auditor

Enterprise procurement teams are bound by complex vendor contracts containing rebate thresholds, volume discounts, and penalty clauses buried in dense legal documents. Meanwhile, SQL databases hold the transaction records, but no one cross-references them against contract terms at scale. The result is millions in uncollected rebates and compliance gaps going undetected. To solve this, we built HybridMind: an autonomous AI audit agent that bridges structured SQL procurement data and unstructured vendor contracts in real time. It is not a standard RAG chatbot; it is a deterministic, multi-agent auditor built specifically to stop financial leakage. Our backend leverages LlamaIndex Workflows to orchestrate three distinct AI agents powered by Gemini 3.1 Flash Lite. The process begins with the Executor Agent. It converts natural language into strict SQL queries against our Supabase PostgreSQL database while simultaneously querying our ChromaDB vector store for the exact legal clauses. Next, the Verifier Agent takes both data sources and performs logical validation. It cross-references the SQL math against the PDF rules to detect discrepancies, such as verifying if a 12,000 unit purchase correctly triggers a 10,000 unit rebate threshold. Finally, the Chronicler Agent packages the verified finding and broadcasts the financial metrics to our live React dashboard via WebSockets. This architecture ensures transparent reasoning. While standard AI often hallucinates numbers, HybridMind forces the AI to show its raw SQL, explicitly cite its contract clauses, and prove its math. By keeping the frontend stateless and the backend firmly grounded in dual-silo retrieval, nothing is hidden behind a black box. Ultimately, HybridMind turns silent leakage into documented liability.