Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frisking

Prerequisites

  1. Python: Ensure that you have Python3.8+ installed on your system. You can download it from 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

    git clone git@github.com:codegeek004/Frisking.git
    cd ParkEasy

2. Setup the virtual environment

    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

    pip install -r requirements.txt

4. Run the files

For detecting person

Run the command

    python detect_people.py

For detecting the gender

Run the command

    python gender_detection.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages