Live Demo https://llmpedia-app.streamlit.app
LLMPedia is a one-stop hub for LLM-powered micro-apps.
It currently holds:
- 📄 Brochure Builder: generate or stream a company brochure from a URL.
-
Clone
git clone https://github.com/your-username/LLMPedia.git cd LLMPedia -
Install
pip install -r requirements.txt
-
Configure
Create a .env file in the root:
OPENAI_API_KEY=sk-... -
Run
streamlit run src/app.py