Submission Rules

Open sourcing the solutions

All problem statements are developed by TinkerHub Foundation to test the coding capacity of the participants, hence we request all the participants to open source their submission by publishing in repositories like GitHub.

Last Date

last date for submission will be 07 th February 2021 11:59 PM

Individual participation only

The program is meant to be participated as an individual. Projects made by a group will be disqualified.

Use of Frameworks and Libraries

You are open to use any opensource framework or library that makes the process of building the project convenient. However, if the framework solves the problem directly without any of input and problem solving from your end, it will be disqualified.

For example :

For the language detection problem, directly using an open source pretrained library is not allowed, but using a framework like tensorflow to write the model development logic is allowed.

In the case of a markdown editor, using an open source implementation available on GitHub is not allowed.

All work must be your own