Create AI Content Generator with OpenAI, Python Django and DigitalOcean - Part 3

preview_player
Показать описание
#python #openai #ai
Create AI Content Generator with OpenAI, Python Django and DigitalOcean - Part 3
😀 video stamps 👇🏾👇🏾 Use to Jump ahead the video 😀

Buy me a Beer

Get Digital Ocean Droplet

---------------------------------------------------------------------------------------------------------------

Video Timestamps:
00:02:00 Recap on what we have done so far with part 1 and part 2
00:04:33 Get started with generating website content for the landing page using OpenAI Playground
00:24:59 Setting up the pricing plan for our website
00:40:05 get illustrations to use for the website from envato elements and undraw
00:53:30 Keyword planning background and videos you can watch
01:04:54 First look at the completed landing page
01:07:58 start working on the registration page and login page template
01:21:21 Create a new app for authorisation views and models
01:37:32 Registration form and view functions
01:44:48 Displaying error and success messages using alerts

---------------------------------------------------------------------------------------------------------------

Previous Videos:
Create an OpenAI Blog Generator Tool

Create an OpenAI GPT3 Tweet Classification Tool

Create Content Generator Website on Flask

OpenAI Codex

Open AI Content Generator with ReactJS

Part 1 of this Series - Step by step guide to AI content Generator

Part 2 of this series - Step by step guide to AI content Generator

---------------------------------------------------------------------------------------------------------------

Social Media Links
Follow our Google News Publication:

Learn more on Skolo Online

---------------------------------------------------------------------------------------------------------

Get Professionals to Build your Web Application

---------------------------------------------------------------------------------------------------------
Video Tags

#ai #artificialintelligence #openaiapi
Рекомендации по теме
Комментарии
Автор

Amazing content! Learn so much. Just a small note for people following 1:43:27 if you get the error 'username'" go to the views.py change username>email

if request.method == 'POST':
email = request.POST['email']
password = request.POST['password']

print('Username submitted was: {}'.format(email))
return redirect('register')

nebexdoesnt
Автор

Really fantastic work here, Loving it.I just have one question, when you make changes to the code in your computer, why dont you use a virtual environment to pip install all the dependencies, add it to gitingore, and then probably also use the default sqlite, so that you can vitualise everything locally and making sure everything works, instead of pushing it to the vps and realising "oh we had this error, lets go make a change then push again". I think that will make it more efficient. Just a suggestion, again this series and the VIrtual private server tutorial are about the best I watched in my online studies

MohamedAhmed-rfbk
Автор

Thanks for this, can you do a video on an Ai that can scrape people also ask question and publish the generated article to WordPress.

folarin
Автор

Pls, add how many words generates Show in the dashboard. Thanks

bahauddin
Автор

Thank you for the great content
I just started this week and i had an issue
I did the exact same steps as you did but the alert message is not showing.
Can you please help me with this point?

souifirania
Автор

Thank you so much for the awesome content! Can you please show us how to create a headline generator based on large text? a summarization tool would be sick as well

shortquts
Автор

Can you please make a separate Video on a Project Like PDF to Audio Converter in Django python Step By Step, in Which We Can also Convert the Audio Language of the Converted File.

kainatsofi