-
Clone this repository:
git clone https://github.com/MasonAndrewHarrison/Face-Generator.git -
Change Directory:
cd Face-Generator -
Create virtual environment:
python -m venv venv -
Activate it:
(Linux)source venv/bin/activate
(Windows CMD)venv\Scripts\activate.bat
(Windows Power Shell)venv\Scripts\Activate.ps1 -
Install PyTorch:
(For CUDA)pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130
(For CPU)pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu -
Install dependencies:
pip install -r requirements.txt -
Download Dataset:
python create_dataset.py -
Run:
python main.py
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |





