Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 689 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 689 Bytes

gender-and-age

Introduction

It is a project made with UTKFace dataset and pytorch to predict age and gender of a person and the same is hosted on streamlit

Installation

python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt

if the above does not work.. refer to this

Or, Go to the pyvenv.cfg file in your Virtual environment folder and set include-system-site-packages = true and save the changes and run

pip install -r requirements.txt --user

Then run

streamlit run realTime.py