An open API service indexing awesome lists of open source software.

https://github.com/d4rk-lucif3r/image-colorizer-app

Convert your b/w images to colored images
https://github.com/d4rk-lucif3r/image-colorizer-app

Last synced: 3 months ago
JSON representation

Convert your b/w images to colored images

Awesome Lists containing this project

README

        

# Image-Colorizer-App

Convert your b/w images to colored images
This project aims to create a model which will convert B/W Images to colored Images.





  

## Installation

1. Clone this repository
2. Install the requirements using `pip install -r requirements.txt`
3. wget https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth -O ./DeOldify/models/ColorizeArtistic_gen.pth

## Usage

```python app.py```

## Deployment on TrueFoundry

```python deploy.py```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

MIT License

## Blog

[Medium Blog]()

## Acknowledgements

[Original DeOldify Repo](https://github.com/jantic/DeOldify)

[My Fork of DeOldify](https://github.com/d4rk-lucif3r/DeOldify)