Our application, ArtVenture, built using OpenCV, revolutionizes the way we edit images. With its powerful image processing capabilities, our app offers a seamless and intuitive editing experience. Whether you're a professional photographer or an amateur enthusiast, you can easily enhance and transform your photos with a wide range of features. From basic adjustments like brightness, contrast, and saturation to advanced tools like noise reduction, image sharpening, and color grading, our application provides all the necessary tools to bring out the best in your images. With its user-friendly interface and real-time preview, you can see the impact of your edits instantly, making the editing process efficient and enjoyable. Our application using OpenCV empowers users to unleash their creativity and achieve stunning results with ease.
Install python3, opencv, numpy, pillow, streamlit, python3-pip
pip3 install pillow opencv-python streamlit numpy
Clone/Download the repository
git clone https://github.com/sumony2j/ArtVenture.git
Navigate to the repository
cd ArtVenture
Run the streamlit app
streamlit run ./ui.py
- Select filter
- Upload image
- Tune parameters for image processing using sliders
- Fill the feedback form
- Click submit button
- Feedback will be saved in a sqlite database which can be viewd by various tools.
Due to limited resources and memory size, the hosted application gets crashed sometimes, need to reboot the application to run again
- Need to add more filters
- Making the user interface more better
- @sumony2j - Idea & work