From 36051f388d6161cab37a15b98ed9c6fec3a81e53 Mon Sep 17 00:00:00 2001 From: mbaruh Date: Mon, 28 Aug 2023 18:37:06 +0300 Subject: [PATCH] Add additional approved frameworks for CJ10 --- .../events/pages/code-jams/10/frameworks.html | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/pydis_site/templates/events/pages/code-jams/10/frameworks.html b/pydis_site/templates/events/pages/code-jams/10/frameworks.html index 9f026cf2e..b5bc7204b 100644 --- a/pydis_site/templates/events/pages/code-jams/10/frameworks.html +++ b/pydis_site/templates/events/pages/code-jams/10/frameworks.html @@ -184,6 +184,51 @@

Approved Frameworks< + + +
+
+
+

imageio

+

+ Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, video, volumetric data, and scientific formats. + It is cross-platform, runs on Python 3.8+, and is easy to install. +

+
+
+ +
+ +

Q: Can I use machine learning libraries?

+

+ A: Yes, you can use libraries such as scikit-learn, PyTorch, TensorFlow, etc. + However: +

+
    +
  1. Your project should be easy to install and run, so it can't require a dedicated GPU or otherwise significant computational resources.
  2. +
  3. This might prove to be a barrier for your teammates to contribute to the project if they're not knowledgeable in the field.
  4. +
  5. We would still like to see more "classical" image processing techniques. This isn't an ML code jam.
  6. +
  7. If you use pretrained models you need to specify where you took them from, and they need to be compatible with the project license.
  8. +
{% endblock %}