Abi 2
Abi 2
A PROJECT REPORT
Submitted by
ABIYEASER A
(210522243002)
in partial fulfillment of the Requirements for the award of the degree
BACHELOR OF TECHNOLOGY
IN
DECEMBER 2024
i
DECLARATION
I also declare that I have adhered to the ethics of academic honesty and
integrity and have not misrepresented or fabricated any data, idea, fact, or
source in my submission. I understand that any violation of the above will be a
cause for disciplinary action by the institute and/or the University and can also
evoke penal action from the sources which have thus not been properly cited or
from whom proper permission has not been obtained. This report has not been
previously formed the basis for the award of any degree, diploma, or similar
title of any other University.
Chennai
ABIYEASER A
December
2024
ii
DEPARTMENT OF ARTIFICIAL INTELLIGENCE
AND DATA SCIENCE
DMI COLLEGE OF ENGINEERING, PALANCHUR
CERTIFICATE
iii
CONTENT
Contents page no
ACKNOWLEDGMENT........................................................................................5
LIST OF TABLES................................................................................................6
Chapter 1: INTRODUCTION
1.1 Introduction. ................................................................................. 7 1.2
Abstract.........................................................................................8 Chapter 2:
LITERATURE SURVEY ............................................................ 9 Chapter 3:
METHODOLOGY.............................................................................10
3.1 Process.............................................................................................11
3.2 Code.................................................................................................12
Chapter 4: RESULT...............................................................................................14
4.1 Screenshot..........................................................................................15
4.2 result conclusion................................................................................16
Chapter 5: CONCLUSION...................................................................................17
iv
ACKNOWLEDGEMENT
Sujatha Jamuna Anand, for providing us with all facilities for the completion of
the work. I am extremely happy to mention a great word of gratitude to Dr. K.
Kalai Kumar, Head of the Department, Department of Artificial Intelligence and
Data Science, for his aspiring guidance, invaluably constructive criticism and
friendly advice during the work.
Finally, yet importantly, I would also extend my gratefulness to all the staff
members in the Department. I also thank all my friends and well-wishers who
greatly helped me in this endeavor.
v
LIST OF TABLES
vi
CHAPTER 1
INTRODUCTION
1.1 INTRODUCTION
Image colorization holds immense potential not only for restoring and enhancing
historical photos but also for practical applications such as media production, design,
even medical imaging. The process provides a new way of interacting with the past,
offering a richer and more relatable visual experience.
While automatic image colorization has made great strides, challenges remain,
particularly in terms of achieving perfect color accuracy and handling complex scenes.
1
1.2 ABSTRACT
2
Chapter 2
Literature Survey
CHAPTER 3
METHODOLOGY
3.1 PROCESS:
Data Collection: The first step involves gathering a large dataset of color
images paired with their grayscale counterparts.
2. Model Selection
Tra•ditional Methods: Early approaches to image coloriz ation relied on hand-crafted
features and algorithms.
ensuring that the predicted colors match the original objects or scene's real-
world colors. The model may misinterpret complex scenes with ambiguous
color relationships.
5
3.2 CODE:
if
torch.cuda.is_available():
device =
torch.device('cuda')
else:
device =
torch.device('cpu')
input_image_path='path_
5
to_your_grayscale_image. jpg'
input_image =
open_image(input_image
_path)
colorized_image =
colorizer.get_image_colori
zation(input_image)
5
CHAPTER 4
RESULT
SCREENSHOT:
Chapter 5
CONCLUSION
Overall, colorization enriches historical and artistic content, offering both emotional
impact and educational value, but requires careful attention to detail and context for
the best results.