Skip to content

papajo/denoise_app

Repository files navigation

Denoise App

This project is a web application built using Python and Flask.

Overview

The Denoise App allows users to upload images and apply denoising algorithms to improve image quality.

Prerequisites

Ensure that Python and pip are installed on your system.

Running the Application Locally

To run the application locally, follow these steps:

  1. Clone the repository or ensure you have the denoise_app directory and requirements.txt from the solution.
  2. Navigate to the project directory in your terminal (the directory containing requirements.txt and the denoise_app folder).
  3. Create a virtual environment (recommended):
    python -m venv venv
    

Activate the virtual environment:

On Windows: venv\Scripts\activate

On macOS/Linux: source venv/bin/activate

Install the dependencies:

python denoise_app/app.py

Open your web browser and go to the address shown in the terminal, which is usually http://127.0.0.1:5000/. You should then see the image upload page.

Contributors

P. Joshi.

About

denoise images, python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors