Skip to content

Cloud-CV/evalai-cli

Folders and files

NameName
Last commit message
Last commit date
Oct 23, 2018
Nov 12, 2020
Aug 23, 2024
May 26, 2018
Aug 23, 2024
Oct 25, 2020
Jun 15, 2018
Mar 25, 2019
Mar 25, 2019
Feb 8, 2019
Mar 25, 2019
Aug 23, 2024
Oct 20, 2020
Apr 12, 2018
Jan 18, 2021
Jan 7, 2021
Mar 25, 2019
Dec 21, 2019
Jun 14, 2024
Jun 15, 2018
Jun 14, 2024
Feb 4, 2021

Repository files navigation

EvalAI-CLI

Official Command Line utility to use EvalAI in your terminal.

EvalAI-CLI is designed to extend the functionality of the EvalAI web application to command line to make the platform more accessible and terminal-friendly to its users.


Join the chat at https://gitter.im/Cloud-CV/EvalAI Build Status Coverage Status Documentation Status

Installation

EvalAI-CLI and its required dependencies can be installed using pip:

pip install evalai

Once EvalAI-CLI is installed, check out the usage documentation.

Contributing Guidelines

If you are interested in contributing to EvalAI-CLI, follow our contribution guidelines.

Development Setup

  1. Setup the development environment for EvalAI and make sure that it is running perfectly.

  2. Clone the evalai-cli repository to your machine via git

    git clone https://github.com/Cloud-CV/evalai-cli.git evalai-cli
  3. Create a virtual environment

    cd evalai-cli
    virtualenv -p python3 venv
    source venv/bin/activate
  4. Install the package locally

    pip install -e .
  5. Change the evalai-cli host to make request to local EvalAI server running on http://localhost:8000 by running:

    evalai host -sh http://localhost:8000
  6. Login to cli using the command evalai login Two users will be created by default which are listed below -

    Host User - username: host, password: password
    Participant User - username: participant, password: password