Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Oct 20, 2024
1 parent a709bf8 commit b4a413d
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,39 @@ This Python project utilizes the DeepFace library along with OpenCV to extract g
<br>

## How to Run:

### Install Requirements

Using Python directly:

```bash
pip install -r requirements.txt
```
Or run:
- `install_requirements.bat`


<br>

### 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`

<br>
## Requirements:

```bash
Expand Down

0 comments on commit b4a413d

Please sign in to comment.