How to translate presentations with AI

Поделиться
HTML-код
  • Опубликовано: 9 июл 2024
  • Get the template: youexec.com/spreadsheet-templ...
    Table of Contents:
    00:00 - Intro
    01:32 - How to use our PowerPoint Translator template
    03:32 - How to get an OpenAI key
    04:24 - How to set up Excel
    05:44 - How to install Python
    06:48 - How to install the necessary libraries (Windows)
    07:43 - How to run the Python script (Windows)
    09:02 - How to install the necessary libraries (Mac)
    09:46 - How to run the Python script (Mac)
    10:54 - Conclusion
    Imagine this: you just got an email from your boss and in less than a week’s time you have to prepare a presentation for a group of people that speak a variety of languages. What are you going to do? Spend hours copying and pasting your presentation to and from Google Translate? No. That’s gonna take forever.
    Wouldn’t you rather have a tool that could translate all of your slides in less than 10 minutes? To make your life a little easier, we've developed the PowerPoint Translator tool. It’s a solution that combines Python and Excel to deliver accurate and culturally relevant translations, all thanks to Artificial Intelligence.
    This tool helps break down language barriers in presentations, whether it's for global teams or international customers. You don’t even need to know how to code or anything, we take care of that for you to help you easily boost your revenues. You can go through the process of Google Translate and even Open AI’s chat gpt, but these helpers still require a bit of manual work. However, the tool we created integrates Open AI into our PowerPoint Translator, so your translations can be fully automated now.
    You can forget the hours you’d spend on other translation sites with a tool that can have your Powerpoints translated in mere minutes. Let me walk you through how easy it is to use our template. Watch the video in full to learn more!

Комментарии • 7

  • @pukcaservices535
    @pukcaservices535 День назад

    i am having the same issue with regards to "Invalid API Key". I have tried 10 different keys but get the same error, all files are downloaded please help

  • @kellykong6143
    @kellykong6143 3 месяца назад +1

    After selected a PPT, it prompted "Invalid API Key". But even I created a new one and saved it in the excel template. It was still the same. Any idea?

    • @YouExec
      @YouExec  3 месяца назад

      Hi Kelly! I passed this along to our support team and will get back to you!

    • @YouExec
      @YouExec  3 месяца назад

      Hi Kelly! The support team got back to me saying that the OpenAI key must be active and copied exactly the same way into the template without any invisible spaces. You can use the "Formula Bar" in Excel to check for those spaces and remove them. (Headers > View > Check "Formula Bar")
      Also, you must install all required libraries first, found within the "requirements.txt" file using the command pip (windows) or pip3 (Mac).
      If this doesn't work for you, contact our support team directly via hi@youexec.com and they can provide a video response to walk you through the errors you are receiving. Thank you!

    • @bejusts
      @bejusts Месяц назад

      @@YouExec i am also cant, the cell for API dont have any spaces, any idea ? all of the command has installed

  • @1yyymmmddd
    @1yyymmmddd 3 месяца назад

    How can I be sure that your Python script does not leak my confidential data ?

    • @YouExec
      @YouExec  3 месяца назад

      Because you can see the contents of the python script. The source code is the script and you or anyone can examine it.