/AI-ideas

A simple yet powerful tool to help users get some brief knowledge about a specific language or framework.

Primary LanguageTypeScript

Ai-ideas is a web application that allows users to input a language or a framework, and generates a sentence of infos in return.

Ai ideas

How it works

This project uses the OpenAI GPT-3 API (specifically, text-davinci-003). It asks a user to select from a dropdown a language or framework as an input. Then sends it to the GPT-3 API and sends the response back to the application.

Running Locally

After cloning the repo, go to OpenAI to make an account and put your API key in a file called .env.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm install
npm run dev

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel

  • Make sure to include environment variable in Vercel Environmental Veriables