AI Face Detection App is a lightweight, AI‑powered web application that leverages TensorFlow.js and vanilla JavaScript to perform real‑time face detection on live video streams directly in the browser. Built with plain HTML, Tailwind CSS for styling, and JavaScript, the app integrates a pre‑trained TensorFlow.js face‑detection model to process each video frame from your webcam feed, accurately identifying and outlining human faces with bounding boxes. Its minimalist, responsive user interface ensures seamless performance—simply grant camera access, and the model instantly detects faces without perceptible lag or the need for any backend server. The application is fully open‑source and easy to customize: try it live at https://ai-face-detection-app.netlify.app/ or explore the complete codebase on GitHub at https://github.com/Nsoro-Allan/AI-Face-Detection-App/. Whether you’re experimenting with computer vision, building an interactive demo, or learning about AI integration in web development, this project offers a clear, approachable foundation for real‑time in‑browser face detection.