Skip to content

archihalder/text-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Gen

A Generative Text App using Google PaLM API

Generate an API Key

  • Click here to create a Google Cloud API key.
  • Paste your API key in the place of YOUR_API_KEY in Usage section.

Usage

  1. Install all the required packages
npm install
  1. Create .env file in the root directory and add your API_KEY
echo "API_KEY={YOUR_API_KEY}" >> .env
  1. Start the backend
npm run start:backend
  1. Start the frontend on a separate terminal
npm run start:frontend
  1. Use the app