Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms committed Feb 6, 2024
1 parent 47a7823 commit 5ca088c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,40 @@

This Python project utilizes the DeepFace library along with OpenCV to extract gender information from input images and webcam feeds. The gender and age prediction results are printed.

You can install the required Python packages using pip:
## Scripts:

```bash
main.py
```

```bash
gender-age-predictor-feed.py
```

```bash
gender-age-predictor-output.py
```

```bash
gender-predictor-output.py
```

```bash
gender-predictor.py
```

```bash
install-dependencies.py
```

## How to Run:
```bash
pip install -r requirements.txt
```
```bash
python main.py
```

- [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI)
- [Detect-Face Repository](https://github.com/CursedPrograms/Detect-Face)
- [Cursed GPT Repository](https://github.com/CursedPrograms/Cursed-GPT)
Expand Down

0 comments on commit 5ca088c

Please sign in to comment.