-
Python: Ensure that you have Python3.8+ installed on your system. You can download it from python.org.
-
Virtual Environment: Isolate your project in a virtual environment where no mismatch of versions and libraries from your local machine occurs.
git clone git@github.com:codegeek004/Frisking.git
cd ParkEasy python -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On WindowsInstall all the python packages from requirements.txt
pip install -r requirements.txtRun the command
python detect_people.pyRun the command
python gender_detection.py