alexmarqs / real-estate-ai-app

Real Estate AI App - House Description AI Generator 🏠 πŸ€–

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Real Estate AI App - House Description AI Generator 🏠 πŸ€–


Languages

Language:TypeScript 97.4%Language:JavaScript 2.4%Language:CSS 0.2%