Description: This project lets you generate unique project names based on a simpel description.
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.
git clone https://github.com/chroxify/namegpt.git- Go to OpenAI to create an account.
- Visit the API Keys Page
- Click
Create new secret keyand copy the key
Create a .env file at the root of the cloned directory and fill it out as shown in the .env.example file.
npm run devThis will run the application in dev mode on https://localhost:3000.
Deploy easily with one click using Vercel
