Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

FaceForge

Overview

FaceForge is a project that utilizes Generative Adversarial Networks (GANs) to generate realistic human faces. This project aims to demonstrate the power of GANs in generating high-quality images of human faces.

Features

  • Generates human faces using GANs
  • Utilizes a discriminator and generator model architecture
  • Provides options to customize the generated faces by adjusting parameters such as image size, batch size, and number of epochs

Requirements

  • Python 3.x
  • TensorFlow 2.x
  • Matplotlib
  • NumPy

Usage

  1. Clone the repository:
git clone https://github.com/Priyanshu085/FaceForge.git
  1. Navigate to the project directory:
cd FaceForge
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the main script to start generating faces:
python main.py
  1. Generated faces will be saved in the generate_face directory.

Contributing

Contributions to improve FaceForge are welcome! Feel free to open a pull request with your enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This project was inspired by the work on Generative Adversarial Networks and the desire to create realistic human faces using machine learning techniques.

About

FaceForge is a project that utilizes Generative Adversarial Networks (GANs) to generate realistic human faces. This project aims to demonstrate the power of GANs in generating high-quality images of human faces.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Contributors

Languages