
Creating a Profitable Web Service Using Jocoding's ChatGPT API
Description
Book Introduction
ChatGPT, are you still just 'using' it?
Now, let's become service creators who 'utilize' generative AI!
Many companies that we all know today were born and grew with the advent of the Internet and smartphones.
Because new technologies change paradigms in many fields.
Currently, the world is experiencing a craze for generative AI, including ChatGPT and Dali.
It's as revolutionary as when the Internet and smartphones first appeared.
Moreover, times have changed a lot since the Internet was first introduced, and this presents a much better opportunity.
Not only have technological barriers been dramatically lowered, but AI models developed by global companies and leading scholars at astronomical costs have been released as open source.
When you have a problem, just ask the community and you will get help from experts around the world.
Now, we have entered an era where anyone can create a service of the desired quality without having to know programming or artificial intelligence.
All you need is an idea and the ability to execute.
With such a golden opportunity, why remain a mere user, using what others have created? It's time to become a service developer yourself! This book details the process of creating a service called "Fortune-telling Chatdog."
You can experience building front-end and back-end systems from scratch, step by step, and even deploy them. Even without AI knowledge, you can integrate GPT into your service by simply attaching an API. Even without design or programming knowledge, you can complete a highly usable service with ChatGPT's help.
It also explains how to operate services cheaply and reliably even when large amounts of traffic are generated, and how to turn traffic into profits.
Now, let's become a developer who uses ChatGPT for his own service, not just as a user.
Now, let's become service creators who 'utilize' generative AI!
Many companies that we all know today were born and grew with the advent of the Internet and smartphones.
Because new technologies change paradigms in many fields.
Currently, the world is experiencing a craze for generative AI, including ChatGPT and Dali.
It's as revolutionary as when the Internet and smartphones first appeared.
Moreover, times have changed a lot since the Internet was first introduced, and this presents a much better opportunity.
Not only have technological barriers been dramatically lowered, but AI models developed by global companies and leading scholars at astronomical costs have been released as open source.
When you have a problem, just ask the community and you will get help from experts around the world.
Now, we have entered an era where anyone can create a service of the desired quality without having to know programming or artificial intelligence.
All you need is an idea and the ability to execute.
With such a golden opportunity, why remain a mere user, using what others have created? It's time to become a service developer yourself! This book details the process of creating a service called "Fortune-telling Chatdog."
You can experience building front-end and back-end systems from scratch, step by step, and even deploy them. Even without AI knowledge, you can integrate GPT into your service by simply attaching an API. Even without design or programming knowledge, you can complete a highly usable service with ChatGPT's help.
It also explains how to operate services cheaply and reliably even when large amounts of traffic are generated, and how to turn traffic into profits.
Now, let's become a developer who uses ChatGPT for his own service, not just as a user.
- You can preview some of the book's contents.
Preview
index
Chapter 01: What kind of service should we build and how? - Service structure and technology stack
Service structure
Monetization Method
Technology Stack
Chapter 02 Generating Pre-trained Transformers - What is ChatGPT?
What is GPT?
Getting Started with ChatGPT
Chapter 03: Mastering Generative AI & APIs - ChatGPT's Playground
Playground
Explore the ChatGPT API menu
Register your card
ChatGPT Prompt Practical Tips
Other options
Chapter 04 Preparing Your Own Workspace - Setting Up the Development Environment
Setting up your Visual Studio Code environment
Setting up the Node.js environment
Setting up the OpenAI API package environment
Chapter 05: How to Handle a Real API - Backend Implementation
Using the ChatGPT API
Building an API Server with Express
Integrating ChatGPT API
Chapter 06 Building Screens & Data That Interact with Users - Front-End Implementation
Create the first screen
Communicating with the backend
Implementing a Chat UI
Linking consecutive chat messages
Chapter 07 More Beautiful and More Convenient - Enhanced Functionality
Creating a logo image with Dali2
Creating an intro screen
Communicating with the backend
Add a loading spinner
Chapter 08 Showcasing Your Own Web Service - Practical Deployment
Deploying the frontend
Deploying the backend
Chapter 09 How to Increase Service Sustainability - Monetization
Insert an ad
Insert sponsorship link
Service structure
Monetization Method
Technology Stack
Chapter 02 Generating Pre-trained Transformers - What is ChatGPT?
What is GPT?
Getting Started with ChatGPT
Chapter 03: Mastering Generative AI & APIs - ChatGPT's Playground
Playground
Explore the ChatGPT API menu
Register your card
ChatGPT Prompt Practical Tips
Other options
Chapter 04 Preparing Your Own Workspace - Setting Up the Development Environment
Setting up your Visual Studio Code environment
Setting up the Node.js environment
Setting up the OpenAI API package environment
Chapter 05: How to Handle a Real API - Backend Implementation
Using the ChatGPT API
Building an API Server with Express
Integrating ChatGPT API
Chapter 06 Building Screens & Data That Interact with Users - Front-End Implementation
Create the first screen
Communicating with the backend
Implementing a Chat UI
Linking consecutive chat messages
Chapter 07 More Beautiful and More Convenient - Enhanced Functionality
Creating a logo image with Dali2
Creating an intro screen
Communicating with the backend
Add a loading spinner
Chapter 08 Showcasing Your Own Web Service - Practical Deployment
Deploying the frontend
Deploying the backend
Chapter 09 How to Increase Service Sustainability - Monetization
Insert an ad
Insert sponsorship link
Detailed image

Publisher's Review
From ground up to deployment, with generative AI!
How anyone can create a profitable web service without programming knowledge.
Step 1: Get hands-on with generative AI and APIs
We'll cover the basics, from practical tips for OpenAI's ChatGPT prompts, to API basics for use in services, and even editor and package installation.
Step 2 | Implementing the Backend
ChatGPT API, connect the API using Express and build a server.
Step 3: Implementing the Frontend
Build screens and data that interact with users.
Step 4 | Enhanced functionality for better looks and convenience
Leverage generative AI to create intro screens, logos, icons, and more, and connect them to your backend.
Step 5 | Deploying in Practice
Deploy the frontend through Cloudflare and the backend serverlessly through AWS Lambda.
Step 6: Monetization for Ongoing Service Operation
Kakao Adfit generates revenue by adding advertisements and sponsorship links using Toss ID.
Target audience for this book
- Anyone interested in applied technologies utilizing generative AI, such as ChatGPT and Dali
- Developers who want to experience everything about web services, from front-end to back-end
- Aspiring entrepreneurs who have ideas but lack development and design knowledge, so they can only imagine.
Practical examples & sample code from this book
The homepage for the 'Fortune-telling Chatdog' service implemented in this book can be found at the following link.
- Chatdoge website: fortunedoge.chat
All example code covered in this book can be downloaded from the following URL:
- GitHub link: gist.github.com/youtube-jocoding
online lectures
The content of this book is available on Udemy or YouTube as "Creating a Profitable Web Service Using ChatGPT API -
You can also find it in a paid online course titled “From Ground Up to Practical Deployment.”
- YouTube 'JoCoding JoCoding': youtube.com/@jocoding
- Udemy: udemy.com/course/chatgptapi
How anyone can create a profitable web service without programming knowledge.
Step 1: Get hands-on with generative AI and APIs
We'll cover the basics, from practical tips for OpenAI's ChatGPT prompts, to API basics for use in services, and even editor and package installation.
Step 2 | Implementing the Backend
ChatGPT API, connect the API using Express and build a server.
Step 3: Implementing the Frontend
Build screens and data that interact with users.
Step 4 | Enhanced functionality for better looks and convenience
Leverage generative AI to create intro screens, logos, icons, and more, and connect them to your backend.
Step 5 | Deploying in Practice
Deploy the frontend through Cloudflare and the backend serverlessly through AWS Lambda.
Step 6: Monetization for Ongoing Service Operation
Kakao Adfit generates revenue by adding advertisements and sponsorship links using Toss ID.
Target audience for this book
- Anyone interested in applied technologies utilizing generative AI, such as ChatGPT and Dali
- Developers who want to experience everything about web services, from front-end to back-end
- Aspiring entrepreneurs who have ideas but lack development and design knowledge, so they can only imagine.
Practical examples & sample code from this book
The homepage for the 'Fortune-telling Chatdog' service implemented in this book can be found at the following link.
- Chatdoge website: fortunedoge.chat
All example code covered in this book can be downloaded from the following URL:
- GitHub link: gist.github.com/youtube-jocoding
online lectures
The content of this book is available on Udemy or YouTube as "Creating a Profitable Web Service Using ChatGPT API -
You can also find it in a paid online course titled “From Ground Up to Practical Deployment.”
- YouTube 'JoCoding JoCoding': youtube.com/@jocoding
- Udemy: udemy.com/course/chatgptapi
GOODS SPECIFICS
- Date of issue: January 3, 2024
- Page count, weight, size: 208 pages | 486g | 183*235*11mm
- ISBN13: 9791169211857
- ISBN10: 1169211852
You may also like
카테고리
korean
korean