import Button from "./Button"; import { useState, useEffect } from "react"; import { THEME } from "../constants"; import HfIcon from "./HfIcon"; interface WelcomeScreenProps { onStart: () => void; } export default function WelcomeScreen({ onStart }: WelcomeScreenProps) { const [mounted, setMounted] = useState(false); useEffect(() => { setMounted(true); }, []); return ( <>
Frontier multimodal AI, running entirely in your browser.
Powered by{" "}
Ministral-3-3B
Downloads the optimized Ministral model (~3GB) directly to your browser cache.
Your video feed is processed locally and never sent to a
server, powered by
The model analyzes the current frame and responds to the user's prompt.