You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool generates company brochures by analyzing content directly from a website. It uses language models (OpenAI or Ollama) to extract relevant information from pages like "About" or "Careers" and compiles it into a structured Markdown brochure. Useful for creating marketing, investor, or recruitment materials quickly and automatically.
Automates professional company brochure creation by scraping a website, intelligently filtering content, and using an LLM to generate brochure-ready content.
This project offers Gradio interfaces connecting to GPT-4o-mini and Claude models with support for streaming responses. It includes a tool that generates company brochures by summarizing website content. The code manages environment setup, API calls, and UI cleanly for easy use and extension.