https://github.com/siddhesh-desai/slideai
SlideAI is an automatic powerpoint presentation maker for projects built using OpenAI and Bing API
https://github.com/siddhesh-desai/slideai
app-script appscript artificial-intelligence bing-api google-slides google-slides-api openai openai-api presentation-maker
Last synced: 15 days ago
JSON representation
SlideAI is an automatic powerpoint presentation maker for projects built using OpenAI and Bing API
- Host: GitHub
- URL: https://github.com/siddhesh-desai/slideai
- Owner: siddhesh-desai
- Created: 2023-05-25T08:46:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T05:30:51.000Z (about 2 years ago)
- Last Synced: 2025-04-07T17:11:11.995Z (3 months ago)
- Topics: app-script, appscript, artificial-intelligence, bing-api, google-slides, google-slides-api, openai, openai-api, presentation-maker
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 141
- Watchers: 2
- Forks: 34
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
![]()
SlideAI
SlideAI is an automated PowerPoint generator that streamlines the process of creating engaging presentations. By leveraging artificial intelligence, SlideAI takes care of content creation, slide design, and formatting, saving valuable time and effort. Simply input your key points, and SlideAI intelligently generates visually appealing slides with appropriate layouts, graphics, and text. It understands the context and presents information in a concise and captivating manner. With SlideAI, professionals can focus on delivering impactful presentations while eliminating the hassle of manual slide creation.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## ♾️ About The Project
SlideAI is an innovative project that aims to revolutionize the process of creating engaging presentations. Leveraging the power of artificial intelligence, SlideAI automates content creation, slide design, and formatting, providing a streamlined and efficient solution for professionals and individuals who frequently work with PowerPoint presentations.
The main objective of SlideAI is to save valuable time and effort by eliminating the manual and repetitive tasks involved in creating visually appealing slides. With SlideAI, users can simply input their key points or content, and the AI-powered system intelligently generates captivating slides with appropriate layouts, graphics, and text.
One of the key features of SlideAI is its ability to understand the context of the content provided. This ensures that the generated slides not only present the information in a concise manner but also capture the attention of the audience by using appropriate visual elements. The AI model behind SlideAI has been trained on a vast amount of data to recognize patterns, structure information effectively, and create compelling presentations.
To enrich the visual experience, SlideAI incorporates the Bing API to search for relevant images on the internet. The system intelligently selects appropriate images based on the content and context of the slides, enhancing the overall quality and impact of the presentation.
The underlying technology of SlideAI is built upon the OpenAI API, which provides a robust platform for natural language processing and generation. By leveraging this powerful API, SlideAI ensures that the generated content is coherent, well-structured, and aligned with the user's input.
The benefits of using SlideAI are manifold. Professionals can focus more on the delivery and impact of their presentations, as the time-consuming tasks of slide creation and design are automated. This not only improves productivity but also allows presenters to create visually appealing and captivating presentations without the need for extensive design skills.
In summary, SlideAI is a groundbreaking project that harnesses the power of artificial intelligence to automate PowerPoint presentation creation. By leveraging the OpenAI API for content generation and the Bing API for image search, SlideAI streamlines the process of creating engaging presentations, saving time, effort, and enhancing the overall quality of the final product. With SlideAI, professionals can deliver impactful presentations while leaving behind the hassle of manual slide creation.
## ⚙️ Built With
The technologies and tools used are:
- [![AppScript][app-script]][app-script-url]
- [![OpenAI API][openai]][openai-url]
- [![Bing API][bing]][bing-url]
- [![Google Slides API][googleslides]][googleslides-url]## 🧑💻 Getting Started
Follow the below steps to set up the project:
### Prerequisites
The project needs to be set up as an Appscript project, for that purpose you need to sign in at [AppScript](https://script.google.com/u/1/home/start)
### Installation
1. Setup a new AppScript Project.
2. Copy the files from lib folder to the project.
3. Replace the below API Keys with your ones:```sh
//Enter your details here
//You will find your presntation ID in the link of your google slides.
PRESENTATION_ID = "ENTER_YOUR_PRESENTATION_ID";
OPENAI_KEY = "Bearer ENTER_YOUR_OPENAI_KEY";
BING_API_KEY = "ENTER_YOUR_BING_SEARCH_API_KEY";
```4. In your AppScript Project, from the left pane, add a Service named - **Google Slides API**
5. Deploy the project as a new deployment, keeping the settings as per your need.
6. Move to the deployment link and Enter the input details, and see the changes updated in your presentation.
## 💡 Features
- Presentation Maker for Projects
- Image Inclusion using Bing API
- Content Generation using OpenAI API
- Presentation Design using Slides API## 🛣️ Roadmap
- [x] Relevant Content Generation
- [x] Relevant Image Addition
- [x] Formatting of the Presentation
- [ ] Automatic Download of the PresntationSee the [open issues](https://github.com/siddhesh-desai/SlideAI/issues) for a full list of proposed features (and known issues).
## 👣 Contributing
Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## 📧 Contact
Siddhesh Desai - [@thesiddheshdesai](https://www.linkedin.com/in/thesiddheshdesai/) - [email protected]
Project Link: [https://github.com/siddhesh-desai/SlideAI](https://github.com/siddhesh-desai/SlideAI)
## 📸 Screenshots
![]()
## ✨ Contributors
Thanks go to these wonderful people:
- [Siddhesh Desai](https://github.com/siddhesh-desai/)
- [Ashish Fargade](https://github.com/ashishfargade/)
- [Pradyun Gayakwad](https://github.com/Pglol03/)
- [Prathmesh Haridas](https://github.com/pjharidas/)
- [Jayant Singh](https://github.com/jayantsingh-22)[contributors-shield]: https://img.shields.io/github/contributors/siddhesh-desai/SlideAI.svg?style=for-the-badge
[contributors-url]: https://github.com/siddhesh-desai/SlideAI/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/siddhesh-desai/SlideAI.svg?style=for-the-badge
[forks-url]: https://github.com/siddhesh-desai/SlideAI/network/members
[stars-shield]: https://img.shields.io/github/stars/siddhesh-desai/SlideAI.svg?style=for-the-badge
[stars-url]: https://github.com/siddhesh-desai/SlideAI/stargazers
[issues-shield]: https://img.shields.io/github/issues/siddhesh-desai/SlideAI.svg?style=for-the-badge
[issues-url]: https://github.com/siddhesh-desai/SlideAI/issues
[license-shield]: https://img.shields.io/github/license/siddhesh-desai/SlideAI.svg?style=for-the-badge
[license-url]: https://github.com/siddhesh-desai/SlideAI/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/thesiddheshdesai
[app-script]: https://img.shields.io/badge/AppScript-000000?style=for-the-badge&logo=javascript&logoColor=white
[app-script-url]: https://developers.google.com/apps-script/
[openai]: https://img.shields.io/badge/OpenAI-0769AD?style=for-the-badge&logo=OpenAI&logoColor=white
[openai-url]: https://platform.openai.com/docs/introduction
[bing]: https://img.shields.io/badge/BingAPI-20232A?style=for-the-badge&logo=microsoftbing&logoColor=61DAFB
[bing-url]: https://www.microsoft.com/en-us/bing/apis
[googleslides]: https://img.shields.io/badge/GoogleSlides-000000?style=for-the-badge&logo=google&logoColor=white
[googleslides-url]: https://developers.google.com/slides/