An AI app that creates interactive HTML banners with forms to collect information from clients, such as survey forms and more. |
You need to have the OpenKBS CLI installed on your system and Login:
npm install -g openkbs
openkbs login
If you do not have npm installed, you can check https://github.com/open-kbs/openkbs (Download Binary)
Clone the repository to your local machine:
git clone git@github.com:open-kbs/ai-banner-maker.git
cd ai-banner-maker
Step 3: Deploy the Application to the OpenKBS Cloud (to run our backend services locally - check steps 4,5,6):
Deploy your application using the OpenKBS CLI:
openkbs push
Once the deployment is complete, you will receive a URL for your app: https://{kbId}.apps.openkbs.com
.
Login to your KB and have fun!
Run the OpenKBS UI dev server locally:
npm i
npm start
Run the Chat server locally:
npm run chat
- Enter your
OPENAI_KEY
when prompted. This key will be stored at~/.openkbs/.env
. - From OpenKBS UI change the Chat model to GPT-* On-premises models
To run this AI app on your own GPU with Llama 3.1 and Stable Diffusion 3, read more here Install OpenKBS AI Server
To install this app via our website visit AI Banner Maker
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.