Skip to content

alexmarqs/real-estate-ai-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Real Estate AI - House Description Generator ๐Ÿ  ๐Ÿค–

This project generates a description of an house using OpenAI GPT-3 API (text-davinci-003) and Vercel Edge functions with streaming. It constructs a prompt based on the form and user input, sends it to the GPT-3 API via a Vercel Edge function, then streams the response back to the application.

Tech Stack ๐Ÿ› 

Architecture ๐Ÿ—

If you want to see the implementation without streaming, check this commit.

Running locally ๐Ÿƒโ€โ™‚๏ธ

Make sure that you have a .env file with your OpenAI API key (OPENAI_API_KEY)

yarn dev

Open http://localhost:3000 with your browser to see the result.