Coder Social home page Coder Social logo

b-w-to-color-image's Introduction

Black&White Image Coloriser

First of all make sure that python is installed in your system.

next, you need to create a virtual environment in your system of python and need to install the dependancies and packages which are gievn in the requirements.txt file by typing the following command in the virtual environmant terminal

INSTALLING PIP

Windows

The Python installers for Windows include pip. You should be able to access pip using:

py -m pip --version pip 9.0.1 from c:\python36\lib\site-packages (Python 3.6.1)

You can make sure that pip is up-to-date by running:
py -m pip install --upgrade pip

Linux and macOS

python3 -m pip install --user --upgrade pip Afterwards, you should have the newest pip installed in your user site:

python3 -m pip --version
pip 9.0.1 from $HOME/.local/lib/python3.6/site-packages (python 3.6)

Installing virtualenv

On macOS and Linux:

python3 -m pip install --user virtualenv

On Windows:

py -m pip install --user virtualenv

Creating a virtual environment

On macOS and Linux:

python3 -m venv env

On Windows:

py -m venv env

Activating a virtual environment

On macOS and Linux:

source env/bin/activate

On Windows:

.\env\Scripts\activate

Now your virtual environment has been created and you ready to install the packages required for the preject

pip install -r requirements.txt --ignore-installed

Now, you need to downlaod the pretrained model for the image coloriser which is available in the following link given below https://bit.ly/3ecwq4m

the downloaded model should be placed in the model folder in the repopsitory for the code to work

The model will would work somewhat in the given manner

input and output images input and output images

b-w-to-color-image's People

Contributors

alok650 avatar rahulharlalka avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.