AI-driven web app | Image colorization using CNN autoencoders | implemented with Flask API
- Clone the repo:
git clone [email protected]:hikmatullah-mohammadi/image-colorization.git
- Install the requirements:
pip install -r requirements.txt
- Run the Flask app file:
flask --app app.py run
- Open this URL in your web browser:
http://127.0.0.1:5000
. Add a grayscale image to the web page and enjoy colorized photos.
Thank you! 🙌