<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: duke</title>
    <description>The latest articles on Forem by duke (@efww).</description>
    <link>https://forem.com/efww</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3220436%2Fbda1bb48-e58a-4da8-ba46-7da4f1e967f8.png</url>
      <title>Forem: duke</title>
      <link>https://forem.com/efww</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/efww"/>
    <language>en</language>
    <item>
      <title>Automate Your PPT Reports with efww/ppt_generator</title>
      <dc:creator>duke</dc:creator>
      <pubDate>Thu, 29 May 2025 06:20:52 +0000</pubDate>
      <link>https://forem.com/efww/automate-your-ppt-reports-with-efwwpptgenerator-3kja</link>
      <guid>https://forem.com/efww/automate-your-ppt-reports-with-efwwpptgenerator-3kja</guid>
      <description>&lt;p&gt;Streamline your presentation creation process with the efww/ppt_generator project! This Python-based system automates the generation of PowerPoint reports by integrating web data collection, AI-driven content creation, and template analysis. The architecture comprises key modules:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Web Search Module&lt;/strong&gt;: Collects relevant data from the web.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PPT Analyzer&lt;/strong&gt;: Understands the structure of your PPT templates.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Content Generator&lt;/strong&gt;: Uses AI (OpenAI, Anthropic) to craft compelling content.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Workflow Orchestrator&lt;/strong&gt;: Manages the entire process from data collection to PPT assembly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;User inputs a report topic.&lt;/li&gt;
&lt;li&gt;The system performs web searches to gather information.&lt;/li&gt;
&lt;li&gt;Analyzes the PPT template to identify placeholders.&lt;/li&gt;
&lt;li&gt;Generates content tailored to each slide using AI.&lt;/li&gt;
&lt;li&gt;Maps generated content into the PPT template and creates the report.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Getting started:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Clone the repository:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/efww/ppt_generator.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Install dependencies:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-r&lt;/span&gt; requirements.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Set up your API keys in the &lt;code&gt;.env&lt;/code&gt; file:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Run the main script to generate a report:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;python generate_report.py &lt;span class="nt"&gt;--topic&lt;/span&gt; &lt;span class="s2"&gt;"Market Analysis Q2"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This project empowers you to create professional PowerPoint reports efficiently, leveraging AI and automated workflows. Explore the code and adapt it to your specific reporting needs!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Repository:&lt;/strong&gt; &lt;a href="https://github.com/efww/ppt_generator" rel="noopener noreferrer"&gt;https://github.com/efww/ppt_generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>automation</category>
      <category>ai</category>
      <category>powerpoint</category>
    </item>
  </channel>
</rss>
