git clone https://github.com/yourusername/face-recognition-model.git
cd face-recognition-model
pip install -r requirements.txtTo capture images from your webcam for training:
python capture_dataset.pyFollow the prompts to save images for each person.
Train the face recognition model using the captured images:
python train_model.pyTo run live face recognition using your webcam:
python recognize_live.pyAlternatively, you can use the main script to perform all steps: Additionally, with a TensorFlow.js format conversion function for h5 keras model
python main.py