•   about 1 year ago

Is it necessary to put everything in a notebook or Google Colab? Can I simply have a GitHub repo for the project?

Is it ok to have a project using Flask and React, which will help organize the source code file structure effectively?

  • 1 comment

  • Manager   •   about 1 year ago

    The notebook is one of our requirements, so it should be included as part of your submission. That said, you can absolutely structure your project using Flask and React to keep the source code organized effectively. Just make sure your Jupyter notebook (or Google Colab, Kaggle, etc.) clearly documents your approach, key logic, and results so that judges can easily follow along. A GitHub repo is great for hosting the full project, but the notebook helps ensure clarity and accessibility for evaluation. Let me know if you have any other questions!

Comments are closed.