/chatgpt-presentation-generator-bot

Telegram bot utilizing OpenAI's GPT to generate presentations and abstracts in PPTX and DOCX formats.

Primary LanguagePythonMIT LicenseMIT

AI Presentation Generator 🤖💼

This initiative involves a cutting-edge bot designed to craft presentations and abstracts through the power of AI. Utilizing the OpenAI API or your input, it generates content, employing diverse presentation templates to produce visually captivating slides.

Setup ⚙️

  1. Get your OpenAI API key

  2. Get your Telegram bot token and payment provider token from @BotFather

  3. Edit config/config.example.yml to set your tokens and run 2 commands below (if you're advanced user, you can also edit config/config.example.env):

    mv config/config.example.yml config/config.yml
    mv config/config.example.env config/config.env
  4. 🔥 And now run:

    docker-compose --env-file config/config.env up --build

References 📚

  1. Build ChatGPT from GPT-3
  2. ChatGPT Telegram Bot