Skip to content

FerusAndBeyond/AI-site-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages