Claude/busy cray y64l y#51
Open
kurdim12 wants to merge 7 commits into
Open
Conversation
Apply the Lynk & Co Jordan identity to the avatar generation web UI: dark theme with the signature green accent, a styled text logo header and footer, and English-only labels (previously bilingual). Brand strings are centralized in constants at the top of the file for easy re-skinning. https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Dockerfile, startup script, and README to deploy the branded Avatar Studio on a single 80GB GPU (A100/H100) for clip-from-audio generation at a live event booth. Weights download once to a persistent volume; FP8 and torch.compile are configurable via env vars. Includes a live event checklist (pre-warm, fallback) and notes for fronting with Cloudflare Pages. https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
A branded Lynk & Co Jordan voice agent built on the OpenAI Realtime API over WebRTC, with a Cloudflare Worker minting ephemeral session tokens so the API key stays server-side. Auto-detects Arabic/English, answers car questions from an editable knowledge base, and refuses to invent specs. Assistant audio is captured client-side as the integration point for a later avatar rendering phase. https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Run the entire Lynk & Co experience on any machine (no GPU) via a single docker-compose: a Python gateway mirrors the Cloudflare Worker (serves the branded UI, mints OpenAI Realtime tokens, proxies /generate), and an avatar service returns a placeholder clip in mock mode. The frontend now records each spoken assistant turn and sends it through /generate, exercising the real voice->avatar handoff end to end. Brand knowledge moves to a shared knowledge.md read by both the gateway and the Worker. Swapping the avatar from mock to the real RunPod GPU model is a single env flag. https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Replace placeholders with researched Lynk & Co content: brand background, and specs for the 900 (flagship 6-seat PHEV SUV), 08 (mid-size PHEV SUV), and 06 (subcompact SUV), plus the likely Jordan dealer contact. Specs are sourced; prices and exact Jordan availability are explicitly marked to verify, preserving the agent's no-fabrication rule. https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
Document where the OpenAI key goes for local runs (gitignored .env), so secrets stay on the developer's machine and out of the repo. https://claude.ai/code/session_01G4EBY7i5GxLEzyUU4ha7sZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.