diff --git a/README.md b/README.md index 0ee563c..ee1b1dc 100644 --- a/README.md +++ b/README.md @@ -71,17 +71,39 @@ This Python project utilizes the DeepFace library along with OpenCV to extract g
## How to Run: + +### Install Requirements + +Using Python directly: + ```bash pip install -r requirements.txt ``` +Or run: +- `install_requirements.bat` + + +
+ +### Run main.py + +Using Python directly: + ```bash python main.py ``` -To make the setup script executable, run the following command in your terminal: -```bash -chmod +x setup.sh -``` +Using provided scripts: + +Windows: +- `.\run.bat` +or +- `.\run.ps1` + +Unix-like systems (Linux/macOS): +- `.\run.sh` + +
## Requirements: ```bash