A simple AI-powered application that detects faces in real-time video streams using computer vision.
- Real-time face detection with AI.
- Easy to setup or to use.
- Built with modern web technologies for optimal performance.
To set up and run the app locally, follow these steps:
-
Clone the repository, navigate to the project directory, install dependencies, and start the development server:
git clone https://github.com/Nsoro-Allan/AI-Face-Detection-App.git
-
Navigate to the Project Directory
cd ai-face-detection-app -
Install Dependencies
npm install
-
Run the App
npm run dev