Skip to content

A mobile application that colorizes black and white images using AI, consisting of a Flask backend server and a React Native mobile app.

Notifications You must be signed in to change notification settings

murad-sh/image-colorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Colorizer

A mobile application that colorizes black and white images using AI, consisting of a Flask backend server and a React Native mobile app.

App Preview

Below is an illustration of the Image Colorizer mobile application and its colorization results.

App Preview

Project Structure

  • BE-Image-colorizer/ - Backend Flask server with AI model
  • image-colorizer/ - React Native mobile application

Backend

The backend is built with Flask and uses a deep learning model to colorize black and white images. Images are uploaded to the server, processed through the AI model, and the colorized result is returned.

Mobile App

The mobile app is built with React Native and Expo. It allows users to:

  • Pick images from their device
  • Send images to the backend for colorization
  • View the colorized results

Getting Started

Backend Setup

cd BE-Image-colorizer
pip install -r requirements.txt
python app.py

Mobile App Setup

cd image-colorizer
npm install
npx expo start

About

A mobile application that colorizes black and white images using AI, consisting of a Flask backend server and a React Native mobile app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published