This project uses deep learning models to colorize grayscale images and videos automatically. The system applies neural networks to generate realistic colorizations from black-and-white input data.
- Colorizes static grayscale images.
- Colorizes grayscale video frames.
- Real-time processing with high-quality output.
- Implements state-of-the-art deep learning models for image and video colorization.
-
Clone the repository:
git clone https://github.com/Somesh-Kennedy/Image_Video_Colorizer.git cd Image_Video_Colorizer -
Install dependencies:
pip install -r requirements.txt
python colorize_image.py --input path_to_grayscale_image --output path_to_output_imagepython colorize_video.py --input path_to_grayscale_video --output path_to_output_video- Python 3.x
- TensorFlow or PyTorch (depending on implementation)
- OpenCV
Feel free to fork this repository, create a branch, and submit a pull request with improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.