CamAware is a web-based computer vision project that makes web interfaces more aware of visual input. Built with a Next.js frontend and a Python backend powered by OpenCV, CamAware captures webcam frames in the browser and processes them on the se…
CamAware is a web-based computer vision project that makes web interfaces more aware of visual input. Built with a Next.js frontend and a Python backend powered by OpenCV, CamAware captures webcam frames in the browser and processes them on the server to extract visual insights such as face presence. The project demonstrates how classical computer vision techniques can be integrated into modern web applications through a clean and scalable client–server architecture.