This repo is the implementation of the paper - https://ieeexplore.ieee.org/document/5395199
To run the code, follow the steps below:
- Clone the repository
git clone https://github.com/Amit-Ramrakhyani/Digital-Image-Processing-Project.git
- Change the directory
cd Digital-Image-Processing-Project
- Install the required libraries
pip install -r requirements.txt
- Go to the code directory
cd code
- Run the app
streamlit run app.py
The app will open in your default browser. You can also access it by going to http://localhost:8501 in your browser.