Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameeratweb authored Nov 5, 2024
1 parent 2844338 commit d39e881
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Computer Vision/Object Size Detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ This Project creates an app where users can upload an image to measure the size

**Framework:** Streamlit

## Project Structure

Here's an overview of the main files and folders in this project:

```plaintext
├── app.py
├── requirements.txt
├── README.md
└── Results
├── res1.png
├── res2.png
└── res3.png
```
## Screenshots

![App Screenshot](Results/res1.png)
![App Screenshot](Results/res2.png)

## Run Locally

Expand Down

0 comments on commit d39e881

Please sign in to comment.