Skip to content

KarthikS373/pixel-perfect-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Perfect AI

version License

Pixel Perfect AI is an open-source, fully self-hostable inpainting tool powered by state-of-the-art artificial intelligence models. This tool can be used to remove any unwanted object, defect, or individuals from your pictures. It can also erase, replace and add anything in your images, ensuring the highest quality output.

Getting Started

Configurations

First, ensure you have met the following requirements:

  • You have installed the latest version of Python. (>= 3.7)
python --version
python3 --version

Learn more here

  • You have a Windows/Linux/Mac machine.

Installation

  1. Clone the repository
git clone https://github.com/KarthikS373/pixel-perfect-ai
cd pixel-perfect-ai
  1. Create a virtual environment with the latest version of python
python -m venv venv
  • MacOS / Linux:
source /venv/bin/activate
  • Windows:
./venv/Scripts/activate
  1. Install the required dependencies
pip install -r ./config/requirements.txt
  1. Run the project
python main.py

This will start the development server and you should be able to see your project running at http://localhost:8080 in your browser.

Visuals

Here are some screenshots of out project

  • UI:

UI of Pixel Perfect AI

UI of Pixel Perfect AI

UI of Pixel Perfect AI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published