Meet with us at Nvidia GTC in San Jose, CA (March 17 - 21) Click here to book

Quickly Deploy and Run Your AI Application on Denvr Cloud via the Shadeform Marketplace
1
63
0
In today’s fast-paced world of AI, developing an application is just the beginning. The real challenge often lies in identifying a cloud provider that can seamlessly deploy and efficiently run your AI solution. The infrastructure must offer the right balance of performance, scalability, and simplicity—allowing developers to focus on innovation rather than configuration.
This is where Shadeform.ai, a leading platform for hosting AI-powered applications, and Denvr Cloud, a high-performance cloud provider built for modern AI workloads, step in. Together, they provide an integrated ecosystem that empowers developers to deploy AI applications like the DB-Agent with ease and confidence.
In this guide, we will show you how to deploy the DB-Agent, an AI-driven database assistant, into Shadeform.ai while leveraging Denvr Cloud’s powerful GPU-backed infrastructure. This combination ensures that your application performs optimally, scales effortlessly, and remains easy to manage. Let’s dive in!
Why Shadeform.ai and Denvr Cloud?
Shadeform.ai provides an intuitive platform for hosting AI-powered applications with a focus on interactivity and ease of integration. Pairing this with Denvr Cloud offers:
Scalability: Run complex AI workloads effortlessly.
Performance: Leverage Denvr Cloud's GPU-powered servers for high-speed computation.
Flexibility: Deploy on-demand resources with support for hybrid and edge environments.
Pre-requisites
Shadeform.ai Account: Ensure you have an active account.
Huggingface Token: To run inferencing through Huggingface TGI
Step by Step Deployment Guide
Login to shadeform.ai using your github Account
Top up your account with appropriate amount in order to launch any resource or apply for free credit
Navigate into the market place and select Denvr Cloud

Choose your choice of GPU platform based on availability and your application requirement. In this example, I will go with A100 VM

Use the 1-Click VM launch functionality to launch the VM

It could take upto 8-10 minutes to launch the VM and wait for status to become "active"

Once active simply copy the Public IP address to connect to your VM

If you had selected to use shadeform managed SSH key, you can simply download it from portal

% chmod 400 shadeform_key.pem
% ssh -i shadeform_key.pem shadeform@198.145.127.227
Once logged in, simply clone the db-agent repo from github, you can choose any other application of your choice.
% git clone https://github.com/db-agent/db-agent.git
Cloning into 'db-agent'...
remote: Enumerating objects: 434, done.
remote: Counting objects: 100% (54/54), done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 434 (delta 32), reused 24 (delta 24), pack-reused 380 (from 1)
Receiving objects: 100% (434/434), 6.46 MiB | 18.14 MiB/s, done.
Resolving deltas: 100% (206/206), done.
Follow the instruction from its README page
export HF_TOKEN=<YOUR TOKEN>
docker compose -f docker-compose.tgi.yml build
docker compose -f docker-compose.tgi.yml up -d
Once all containers are up, you can access your SQL AI Agent at
http://<public-ip>:8501

Conclusion
Integrating Shadeform.ai with Denvr Cloud offers a robust environment for deploying AI-powered solutions like the DB-Agent. By following this guide, you can create a powerful, scalable database agent that revolutionizes how users interact with data.
Ready to get started? Head over to Denvr Cloud and Shadeform.ai to set up your deployment today!