Skip to content

Picus303/FaceTidieux

Repository files navigation

FaceGen

Customizable face generator with filter controls and multi-face blending, powered by an autoencoder and a genetic algorithm. Don't hesitate to check the tutorial in the left corner to get help.

Requirements

  • Python = 3.12.7
  • pip

If you want to use a virtual environnement

  1. Venv
    python3 -m venv venv_FaceGenTool
    source venv_FaceGenTool/bin/activate
    
  2. Conda :
    conda create -n conda_FaceGenTool python=3.12.7
    conda activate conda_FaceGenTool
    
    

Installation

  1. If you don't have the physical support, you can clone the repository:
    git clone https://github.com/Picus303/FaceTidieux.git
    cd FaceTidieux
    
  2. Install dependencies
    python3 -m pip install -r requirements.txt
    
    

Run the app

  1. Launch the app
    python3 main.py
    

Authors

Charles PILLEUR, Titouan LE-HONG, Ouijdane JERID, Assinie ZANA

About

School project: auto-encoder based police sketch generator with GUI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages