How to fine-tune GPT-3 for your FAQ and support requests
I'm constantly looking for ways to automate the work with support requests. An idea has been to fine-tune a GPT-3 model to answer common support-related questions.
Here's how you can use Python to fine-tune a GPT-3 model with your own data for improved performance.
How to track Carrd landing page visitors in real-time with Slack
Whenever I launch a new Carrd site, I want to get notified whenever anyone visits the site. Sure, you still have proper visitor analytics with Google Analytics and such, but it is also fun to see visitors in real-time and get a feeling for how many that are visiting from the very start.
This guide will explain how to get Slack notifications whenever anyone visits your Carrd landing page.
How to create Twitter keyword monitoring with Python and Slack notifications
This reply sparked an idea to build a keyword monitoring tool for Twitter with Slack notifications whenever someone tweets anything with the keywords I'm monitoring ⬇️
How to create a Chrome extension for GPT-3 questions
I'm a big fan of using the OpenAI Playground, and I have numerous saved templates for generating landing page headlines and checking my grammar. In this walkthrough, we'll build a Chrome extension so you don't have to leave your browser to ask GPT-3 questions.
Ask GPT-3 programming questions directly in the terminal with Python and OSX
Looking for a quick and easy way to get answers to your programming questions? Here is how you can ask GPT-3 programming questions directly in the terminal using Python.
How to fully automate backend infrastructure generation
If you're tired of manually creating AWS resources and spending hours on infrastructure tasks, here is a walkthrough of how you can automate all the tedious work, so you can spend your time on more important tasks.
Selling your digital content on Dropbox vs Gumroad
Dropbox Shop is launched in beta, and I was curious to try it out and compare it with Gumroad, which I usually use for selling my digital content.
How to create a public Notion integration
If you're struggling with creating public Notion integrations and getting access to other users' Notion databases, this tutorial is for you.
How to create an automated Twitter bookmark organizer in Notion
If you're anything like me, you're constantly bookmarking tweets that you want to come back to later. But when the time comes to actually find that one particular tweet, it's nearly impossible to do so. Wouldn't it be great if there was a way to automatically organize all of your Twitter bookmarks?
Well, good news! There is a way, and this guide will walk you through the entire process, from getting an auth token to fetching your bookmarks to adding them to Notion with their API. Plus, you can even set up a periodic SaaS to save all of your future Twitter bookmarks. So what are you waiting for?