banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

How to launch an AI product in 10 minutes without development

Can't you do AI-related products if you can't code?
How can you go live with an AI product in 10 minutes without development?
Today I recommend Vercel AI Template Center to everyone, this great treasure trove.
The website is https://vercel.com/templates/ai, and when you open it, it looks like this.

image

Available AI product templates are listed directly, and all we need to do is click on them one by one, check their features, and experience the demo site online to select the AI product we need.

For example, I saw someone promoting their AI code converter product before, and I thought it was well done at the time.

Later I found out that it was deployed using this Vercel template https://vercel.com/templates/next.js/ai-code-translator.

image
The deployment process is also very simple, and I will try to explain it to everyone in a way that even beginners can understand.

Step 1: Register a Vercel account

Open the Vercel registration page https://vercel.com/signup and select the first Hobby plan because we are using it for personal projects.

image
Next, enter your username, for example, I can enter "andrewji8", and click the "Continue" button.

image
Next, choose to log in with GitHub. If you don't have a GitHub account, you need to register one by clicking "Create an account".

image
Step 2: Register a GitHub account

Enter your username, email, and password according to the requirements below.

image
Then click the "verify" button at the bottom of this page.

image
Follow the instructions for human verification, and after passing, you can click the "Create account" button.

image
After that, GitHub will send a verification email to our registered email address. Copy the 8-digit verification code and enter it to complete the verification.

image
Step 3: Register (or log in) to Vercel with GitHub authorization

Click the "Authorize Vercel" button to agree to authorize login to Vercel.

image
At this point, the Vercel account registration is successful.

Step 4: Deploy the AI product template

Let's take the AI code converter as an example. Open https://vercel.com/templates/next.js/ai-code-translator and click the "Deploy" button in the lower left corner of the page.

image
Next, we will be asked to choose which platform to store the code. Since we registered with GitHub, we will choose GitHub.

image
Keep the input box values as default and click the "Create" button.

image
This project requires filling in the OpenAI API Key. You need to go to https://platform.openai.com/account/api-keys to create a new key and enter it into the second input box. Then click the "Deploy" button.

image
At this point, if you see flowers flying all over the screen, it means that the deployment is successful. Click "Continue to Dashboard" in the upper right corner.

image
You can see that the status is "Ready", indicating that it is running normally. Copy the subdomain URL provided by Vercel for free, which is https://ai-code-translator-orpin-six.vercel.app/, and open it.

image
On the left side, enter JavaScript code and click the "Translate" button to translate the code into Python code. This indicates that the deployment is successful and it can actually run normally.

image
If you want to deploy other AI product templates, the steps are the same.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.