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
- Host: GitHub
- URL: https://github.com/d4rk-lucif3r/image-colorizer-app
- Owner: d4rk-lucif3r
- Created: 2022-11-18T10:22:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T00:03:36.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:52:38.418Z (5 months ago)
- Language: Python
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)