w00ing / ideagenerator

Idea Generator - Generate creative ideas from any keyword in seconds!

Home Page:https://ideagenerator-xyz.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type in any keyword to generate creative ideas for an IT service!

Screen.Recording.2023-02-26.at.13.38.00.MOV

How it works

It uses GPT-3 model provided by OpenAI to generate creative ideas from the given keyword. This application takes a keyword from you, combines it with the predefined prompt, and sends it through the OpenAI's api using a Next.js API route. It then returns an idea generated from the keyword. Furthermore, you can construct an XYZ Hypothesis based on the generated idea.

Running Locally

Cloning the repository the local machine.

git clone

Creating a account on OpenAI to get an API key.

  1. Go to OpenAI to make an account.
  2. Click on your profile picture in the top right corner, and click on "View API Keys".
  3. Click on "Create new secret key". Copy the secret key.

Storing API key in .env file.

Create a file in root directory of project with env. And store your API key in it, as shown in the .example.env file.

Installing the dependencies.

yarn install

Running the application.

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

yarn dev

About

Idea Generator - Generate creative ideas from any keyword in seconds!

https://ideagenerator-xyz.vercel.app/


Languages

Language:TypeScript 90.8%Language:JavaScript 6.5%Language:CSS 2.7%Language:Shell 0.0%