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.
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.
- Clone the repository
git clone https://github.com/KarthikS373/pixel-perfect-ai
cd pixel-perfect-ai
- Create a virtual environment with the latest version of python
python -m venv venv
- MacOS / Linux:
source /venv/bin/activate
- Windows:
./venv/Scripts/activate
- Install the required dependencies
pip install -r ./config/requirements.txt
- 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.
Here are some screenshots of out project
- UI: