Skip to content

AFC-AI2C/aide-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIDE Logo

aide-utils

This repository contains various utilities for working with the AI Development Environment.

Installation for AIDE-Dev

On UNIX (Bash):

curl -sfL https://raw.githubusercontent.com/AFC-AI2C/aide-utils/refs/heads/main/src/dev/install.sh | bash -

On Windows (Powershell):

. { iwr -useb https://raw.githubusercontent.com/AFC-AI2C/aide-utils/refs/heads/main/src/dev/install.ps1 } | iex;

Installation for AIDE-Test

On UNIX (Bash):

curl -sfL https://raw.githubusercontent.com/AFC-AI2C/aide-utils/refs/heads/main/src/test/install.sh | bash -

On Windows (Powershell):

. { iwr -useb https://raw.githubusercontent.com/AFC-AI2C/aide-utils/refs/heads/main/src/test/install.ps1 } | iex;

Instructions for cArmy AVD Users

  1. Run Installation Command
    Open a PowerShell terminal and execute the installation command for AIDE-Test on Windows.
    When prompted, click Yes to confirm.

  2. Navigate to AIDE
    Open a browser and go to: web.aide.cosmos.io

  3. Register and Log In

    • Register for an account by setting a username and password.
    • Log in to start using AIDE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published