diff --git a/Computer Vision/Object Size Detection/README.md b/Computer Vision/Object Size Detection/README.md new file mode 100644 index 0000000000..7118252a60 --- /dev/null +++ b/Computer Vision/Object Size Detection/README.md @@ -0,0 +1,32 @@ + +# Object Size Detection + +This Project creates an app where users can upload an image to measure the size of objects in it. After uploading, the app detects objects, measures their height and width based on a reference size, and displays the image with dimensions marked on each object. It also shows the total number of objects found and lists each object’s size. + + +## Tech Stack + +**Languages:** Python + +**Libraries:** opencv,numpy etc + +**Framework:** Streamlit + + +## Run Locally + +Install dependencies + +```bash + pip install -r requirements.txt +``` + +Start the server + +```bash + streamlit run app.py +``` + + + +