aihome / listing-description-app

An app that takes a description and an image of a home and generates a listing description

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listing Description Generator

Use this simple react app to connect to OpenAI's vision and completion APIs to generate a listing description for a property.

Demo:

listing-generator-demo.mov

To run this project

  1. Install dependencies with npm install
  2. create a .env.local file with your OpenAI API key (i.e. REACT_APP_OPENAI_API_KEY=sk-...)
  3. run npm start to run the app

This project was bootstrapped with Create React App.

About

An app that takes a description and an image of a home and generates a listing description


Languages

Language:JavaScript 70.6%Language:HTML 17.2%Language:CSS 12.2%