To get the streamlit appstarted, run the following command:
streamlit run Home.py
To get the API running, run the following command:
uvicorn gen_listing:app --host 0.0.0.0 --port 8000 --reload
Make sure to set up https://cloud.google.com/docs/authentication/provide-credentials-adc#how-to
This Streamlit mini-app generates creates Facebook Marketplace Rental Listings using OpenAI's GPTs for texts and DALL·E for images.
Please reach out to me at michaelwang219@gmail.com with any feedback - especially suggestions to improve this - or questions you might have.