Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameeratweb authored Nov 5, 2024
1 parent 92b2724 commit 1f1c2cb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Computer Vision/Object Size Detection/README.md
Original file line number Diff line number Diff line change
@@ -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
```




0 comments on commit 1f1c2cb

Please sign in to comment.