Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RizwanMunawar authored Nov 16, 2024
1 parent 2885a10 commit daedbc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ Discover real-world applications of computer vision across industries such as re
- Apples Counting on Conveyor Belt: 🍎 [![Watch Demo](https://img.shields.io/badge/Watch-Demo-blue?style=flat-square "Watch the Demo Video")](https://youtu.be/g5Onls24Djg)
- Items Counting in Shopping Trolley: 🛒 [![Watch Demo](https://img.shields.io/badge/Watch-Demo-blue?style=flat-square "Watch the Demo Video")](https://youtu.be/eoOkYDJIDHo)
- Bread Counting on Conveyor Belt: 🍞 [![Watch Demo](https://img.shields.io/badge/Watch-Demo-blue?style=flat-square "Watch the Demo Video")](https://youtu.be/1qyxTP2U_Ow)

### How to Contribute 😊

1- ✅ Necessary: Ensure your use case is computer vision-based. It can belong to any computer vision task no restrictions! 🎉

2- ➖ Optional: For better user experience, upload a video of your implementation to YouTube and attach the URL for the community to watch. This step is optional, but highly encouraged!

3- ✅ Necessary: Create a documentation page for your use case.
- Include implementation details such as hardware configuration, model usage, and advantages.
- Place the file in the appropriate folder. For example, if it's an object counting use case, add it to: `docs/count/<your-use-case>.md`.

4- ✅ Necessary: Update the mkdocs.yml file: Add the relevant path under the nav section to make your docs accessible.

🎉 Final Step: Once all the changes are done, open the PR and If everything will looks good, I will merge your PR! 🥳

0 comments on commit daedbc8

Please sign in to comment.