Special thanks to the Replicate team for their support!

deck.rocks: Let GPT3 make your pitch deck for you!
this is a fun side project for generating pitch decks using GPT-3, (the awesome AI model from OpenAI). here's how it works:
- describe your smashing™ idea in 1-2 sentences
- get a deck tailor-made for you
- that's it! 😉
You can also browse the gallery.
- "Trading crypto currencies make easy. If you could trade like a pro without being one, would you?."
- "Creating leads to customers for food and beverage businesses."
- "Software Testing project proposal."
The raw input is cleaned up and passed through a series of natural language models to generate data for different parts of the deck.
Perhaps the most important of these is GPT-3, an open-ended text-generation model by OpenAI.
Most of the answers are generated by GPT-3 given prompts like: Generate a catchy tagline for: [your idea].
We use Dall-E (mini) for generating logos from the idea description.
We use the ProductHunt API to find similar existing products to compare with.
We first guess the corresponding product category for the idea and then find the most semantically similar products by comparing their embeddings with the idea.