Skip to content

This is a Web App made with streamlit to demonstrate some useful methods of OpenCV-2.0 in Python

License

Notifications You must be signed in to change notification settings

HarshaRamayanam/streamlit-opencv-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrating some useful methods of OpenCV-Python in live action

About:

This is a personal project built in python3 to demonstrate some useful methods of opencv library and how they work in live action using streamlit.

App Demo

Instructions:

Make sure you have the following installed:

pip install opencv-python

pip install streamlit

After installing, open up your terminal and cd into the directory where you have saved the file and run the following command.

$> streamlit run opencv_useful_methods.py

This will open up your web browser. Upload an image and play with the methods provided by OpenCV

Note: The methods and attributes are only for demo purposes. There are lots of other useful attributes to tinker with your image. Try them!

About

This is a Web App made with streamlit to demonstrate some useful methods of OpenCV-2.0 in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages