This project is a web application built using Python and Flask.
The Denoise App allows users to upload images and apply denoising algorithms to improve image quality.
Ensure that Python and pip are installed on your system.
To run the application locally, follow these steps:
- Clone the repository or ensure you have the
denoise_appdirectory andrequirements.txtfrom the solution. - Navigate to the project directory in your terminal (the directory containing
requirements.txtand thedenoise_appfolder). - Create a virtual environment (recommended):
python -m venv venv
On Windows: venv\Scripts\activate
On macOS/Linux: source venv/bin/activate
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.
P. Joshi.