An open API service indexing awesome lists of open source software.

https://github.com/chroxify/namegpt

Generate unique and creative project names in seconds with AI!
https://github.com/chroxify/namegpt

ai chatgpt gpt-3 nextjs openai

Last synced: 11 months ago
JSON representation

Generate unique and creative project names in seconds with AI!

Awesome Lists containing this project

README

          

# [NameGPT](https://namegpt.chroxify.com)

**Description**: This project lets you generate unique project names based on a simpel description.

[![NameGPT](./public/screenshot.png)](https://namegpt.chroxify.com)

## How it works?

NameGPT uses the GPT-3 API to generate unique names on the based user input. It sends the prompt to the GPT-3 API which returns an array of names based on that requested prompt.

## Running Locally
#### Clone the Repository
```bash
git clone https://github.com/chroxify/namegpt.git
```

#### Create an OpenAI API Key
1. Go to [OpenAI](https://platform.openai.com/login) to create an account.
2. Visit the [API Keys Page](https://platform.openai.com/account/api-keys)
3. Click `Create new secret key` and copy the key

#### Store the API Key in .env
Create a `.env` file at the root of the cloned directory and fill it out as shown in the `.env.example` file.

#### Run the application
```bash
npm run dev
```
This will run the application in dev mode on `https://localhost:3000`.

## One-Click Deployment
Deploy easily with one click using [Vercel](https://vercel.com)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/chroxify/namegpt&env=OPENAI_API_KEY&project-name=NameGPT&repo-name=nameGPT)