🪀 Example codebases with workflows that you can run on Casa.
-
Clone this repository
MY_EXAMPLES_DIR="examples" mkdir $MY_EXAMPLES_DIR git clone https://github.com/casadotdev/examples.git $MY_EXAMPLES_DIR && cd $MY_EXAMPLES_DIR
-
Sign in to Casa and create your team (if you haven't already done so) and a codebase for these examples: https://casa.dev/signin
-
Add a new origin to the repository you cloned. It needs to include your team name and codebase name like so:
MY_TEAM_NAME="the-groovy-greyhounds" MY_CODEBASE_NAME="ai-api" git remote add casa https://casa.dev/$MY_TEAM_NAME/$MY_CODEBASE_NAME.git
-
Grab your git username/password for your casa profile: https://casa.dev/profile (click "Generate API Token").
-
Push up the code!
git push casa main
-
Run some workflows! Go to
https://casa.dev/$MY_TEAM_NAME/$MY_CODEBASE_NAME/main/workflows
and click "Sync" to create and run your workflows. -
Write some docs, write some code, run some workflows to deploy stuff, train models, do inference, and more! 🔥
get in touch with us in the #feedback channel in discord