lytv / AI-site-generator

AI Site Generator in Streamlit

Home Page:https://site-generator.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit-Site-Generator

Click here to try it out. There is also an article explaining the code here.

Setup

Install all packages in requirements.txt: pip install -r requirements.txt.

Add environment variables to a .env, that is OPENAI_API_KEY and the MONGODB_CONNECTION_STRING (if you want to use the database, otherwise you can remove all code that utilizes the db).

Thereafter, run streamlit run main.py to start the app.

About

AI Site Generator in Streamlit

https://site-generator.streamlit.app/


Languages

Language:Python 100.0%