Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.27 KB

First_Time_Contributors.md

File metadata and controls

19 lines (13 loc) · 1.27 KB

Welcome

Welcome to the world of open source development. I hope this guideline can help you to contribute to open source development.

About

Imglab is the web-based interactive tool for image labeling. You can mark an object and it's feature point. You can save all labeled information and feed it to other libraries that can help you to detect objects or create models for other machine learning software or object detectors.

Technically, this project is completely developed with the help of jQuery. However, I plan to make it a react project in the future.

Feel free to update this guide, raise an issue or tweet me.

Please note that

  • https://github.com/Roshanjossey/first-contributions
  • Don't stretch. If you complete an issue in a long time, there is a possibility that other developers finish their part and you face code conflicts that may increase code complexity for you. So it is always good to complete an issue ASAP.
  • Ask and help your friends and colleagues to attempt other issues instead of working on multiple issues together.
  • Please claim the issue and clear your doubts before raising PR. So other users will not start working on the same issue.
  • Mention the issue number either in PR detail or in the commit message.
  • Keep increasing the level of challenge.