This project features a Web App developed using Python, Streamlit, and OpenCV. It allows users to apply various image processing techniques, providing an interactive way to explore and understand these concepts.
Click here to see live execution 👇 Live Demo
- Python
- OpenCV
- Streamlit Web App
- User-Friendly Interface: Built with Streamlit for an intuitive and interactive user experience.
- Powerful Image Processing: Utilizes OpenCV functions to perform a wide range of image processing techniques.
- Real-Time Results: Immediate feedback on the applied techniques, making it easier to experiment and learn.
- Python: Backend logic.
- Streamlit: Web framework for building the app.
- OpenCV: Library for image processing.
git clone <repository-url>
cd <repository-directory>python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`pip install -r requirements.txtTo start the Streamlit development server, run:
streamlit run app.pyThen open your web browser and navigate to the URL provided by Streamlit to access the application.
/project-root
├── app.py
├── LICENSE
├── README.md
└── requirements.txt
- Home Page: Start interacting with the application and upload an image to process.
- Processing Tools: Apply various image processing techniques and see real-time results.
- Download: Save the processed image.
Contributions are welcome! Please submit a pull request or open an issue for any enhancements or bugs.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or feedback, please contact Shivsagar Mishra.