AI Visual Doppelganger is a web application tool designed to replicate images in a few minutes powered by AI. It employs genetic algorithms to evolve a population of binary individuals, gradually optimizing them to match the input image while introducing a camouflage pattern.
- Image replication using advanced AI algorithms.
- User-friendly interface for uploading images and viewing replicated images.
- FAQ section for common queries related to the project.
- Contact form for inquiries and feedback.
Click thumbnail to watch demo video on YouTube.
- Prerequisities: Git and Python are installed on your machine.
- Clone the repo:
git clone https://github.com/your_username/AI-Visual-Doppelganger.git
- Install dependencies:
pip install Flask
pip install -r requirements.txt
PS: Ensure that the static files are accessible and properly linkedn in the project directly.
- Run the application:
python main.py
- Upload an image: Click on the "Try" section, then upload an image.
- Start replication process: Click the "Replicate" button to start the process.
- View result: Once the process is complete, the original image and its replicated version will be displayed.
- Download the result: Click the "Download" button to save the replicated image to your device.
- Explore other sections: Check out the "About", "FAQ", and "Contact" sections for more information and options.
This project is licensed under the MIT license. See the LICENSE file for details.