Skip to content

An AI-powered image colorization app that transforms black and white images into vibrant, lifelike masterpieces. Using the ddcolor model, it colorizes images in a matter of seconds.

Notifications You must be signed in to change notification settings

jaypee15/colorize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorize App

Cloning the repository

--> Clone the repository using the command below :

git clone [email protected]:jaypee15/colorize.git

--> Move into the directory where we have the project files :

cd colorize

--> Create a virtual environment.:

# Create virtual env first
python -m venv .venv

--> Activate the virtual environment :

.venv\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

--> Run Migrations

Python manage.py migrate

--> Run Tests

python manage.py test 

Running the App

--> To run the App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

App Preview :

 

Before


After

 

Before


After

About

An AI-powered image colorization app that transforms black and white images into vibrant, lifelike masterpieces. Using the ddcolor model, it colorizes images in a matter of seconds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published