https://github.com/codegeek004/frisking
https://github.com/codegeek004/frisking
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codegeek004/frisking
- Owner: codegeek004
- Created: 2024-12-14T17:58:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T19:28:30.000Z (about 1 year ago)
- Last Synced: 2025-04-13T20:33:00.501Z (about 1 year ago)
- Language: JavaScript
- Size: 579 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frisking
# Prerequisites
1. **Python**: Ensure that you have Python3.8+ installed on your system. You can download it from [python.org](https://www.python.org).
2. **Virtual Environment**: Isolate your project in a virtual environment where no mismatch of versions and libraries from your local machine occurs.
## Installation Steps
### 1. Clone the repository
```bash
git clone git@github.com:codegeek004/Frisking.git
cd ParkEasy
```
### 2. Setup the virtual environment
```bash
python -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows
```
### 3. Install the requirements
Install all the python packages from requirements.txt
```bash
pip install -r requirements.txt
```
### 4. Run the files
#### For detecting person
Run the command
```bash
python detect_people.py
```
#### For detecting the gender
Run the command
```bash
python gender_detection.py
```