Skip to content

Add challenge domains to challenges #3891

Open
@gchhablani

Description

@gchhablani

Description

Currently it is difficult to find challenges by domain (say CV, NLP, RL), etc. This issue is a first step towards that direction where we add the domain a particular challenge belongs to and display it on the challenge page in this section:

Screenshot 2023-03-20 at 12 51 31 PM

The challenge domain must be made a part of the challenge configuration and the EvalAI-Starters repository.
This will also require you to add changes to the challenge validation script to ensure people put appropriate values for domains. Please create a PR with these dummies - [Computer Vision, Natural Language Processing, Reinforcement Learning], before to converge to the set of domains we might want to include.

Pre-requisites/Learnings

This issue essentially requires background on a few things:

How to Approach

  • You can start by setting up EvalAI locally. Set up the dev version locally (preferred) using the steps here.
  • Add a new field to the challenge model in Django.
  • Play around with the challenge configuration and the frontend, put up screenshots.
  • Update the challenge validation script to check for the newly added field.
  • Reach out to us regarding any issues that you face or if you need any help with understanding any of the above.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions