Skip to content

devshah21/Photo-Restoration-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Photo Restorer Web Application

Check out the demo here.

This is a simple web application built with Flask that allows users to upload images and restore them using a photo restoration model.

Table of Contents

Installation

To run this application, you'll need to set up a virtual environment and install the required dependencies listed in the requirements.txt file.

Create a Virtual Environment

# Create a new virtual environment (Python 3.x)
python -m venv venv

# Activate the virtual environment (Linux/macOS)
source venv/bin/activate

# Activate the virtual environment (Windows)
venv\Scripts\activate

Install Dependencies

pip install -r requirements.txt

Usage

To start the Flask web application, simply run the following command:

python main.py

About

This is a simple web application built with Flask that allows users to upload images and restore them using a photo restoration model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published