Cloud-CV / Cloud-CV/evalai-cli
Create challenge configuration using CLI
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 57
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
Users should be able to create a challenge configuration zip using CLI. The idea is to have a similar setup that Sphinx provides when you want to generate the documentation configuration. It should work something like this:
Command: `evalai create_challenge`
```
$ evalai create challenge
Enter the challenge name:
Test Challenge
Enter the Number of Phases:
2
Enter the Phase 1 name:
Test Phase
Enter the Phase 1 codename:
test-phase
.
.
.
.
.
.
```
CC: @isht3 @varunagrawal @RishabhJain2018
Contributor guide
Assessment
This issue has not been assessed yet.