https://github.com/tharuneshwar-s/ai-image-colorization
The Flask-Python web app utilizes a pre-trained image colorization model based on Caffe. It allows users to upload black and white images and applies the colorization model to automatically generate colored versions. The app leverages the power of deep learning to provide an intuitive and interactive way to add color to grayscale images with ease.
https://github.com/tharuneshwar-s/ai-image-colorization
black-and-white-image caffemodel deep-learning flask html-css-javascript-jquery image-colorization pretrained-models python python-flask-website
Last synced: 21 days ago
JSON representation
The Flask-Python web app utilizes a pre-trained image colorization model based on Caffe. It allows users to upload black and white images and applies the colorization model to automatically generate colored versions. The app leverages the power of deep learning to provide an intuitive and interactive way to add color to grayscale images with ease.
- Host: GitHub
- URL: https://github.com/tharuneshwar-s/ai-image-colorization
- Owner: tharuneshwar-s
- License: mit
- Created: 2022-11-27T15:05:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T13:05:17.000Z (8 months ago)
- Last Synced: 2025-04-02T06:44:55.084Z (21 days ago)
- Topics: black-and-white-image, caffemodel, deep-learning, flask, html-css-javascript-jquery, image-colorization, pretrained-models, python, python-flask-website
- Language: CSS
- Homepage: https://bw-image-color.onrender.com
- Size: 4.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ai-image-colorization
[](https://www.python.org/downloads/release/python-390/)
[](https://flask.palletsprojects.com/en/2.0.x/)
[](https://img.shields.io/badge/Frontend-HTML/CSS/JS-green.svg)
[](https://img.shields.io/badge/Backend-Javascript-yellow.svg)
[](https://img.shields.io/badge/Backend-JD-yellow.svg)Black & white image colorization using Deep Learning using (Pretrained Model)
> Check out Live Demo: https://bw-image-color.onrender.com
## Example Images
# How to run the App
> 1. ```$ git clone https://github.com/THARUNESHWAR-369/Ai-image-colorization.git```
> 2. ```$ cd Ai-image-colorization```
> 4. ```$ pip3 install -r requirements.txt```
> 5. ```$ python app.py```
> 6. Go to your browser and type http://127.0.0.1:5000/ in the address bar. Hurray! That's it.