Carlos Cloud & Web Developer
Carlos Cloud & Web Developer
  • 23
  • 109 887
TUTORIAL How to Use ChatGPT-4 API with Simple HTML & JavaScript
#HTML #JS #ChatGPT #API #ChatGPT4
This is a tutorial that will take you step by step on how to use ChatGPT4 (and 3.5) API with a simple App.
This is a very flexible repository that can be modified to make ChatGPT 4 give you any kind of response, enjoy!
GitHub Repo: github.com/CarlosIUSalazar/ChatGPT4-API-Simple-Site
👍🏻 DON'T FORGET TO LIKE COMMENT SUBSCRIBE AND RING THE BELL FOR FUTURE VIDEOS!
*********
📲💻Follow me on Twitter:
@CarlosCloudDev
📲💻Follow me on Instagram:
@CarlosSalazarDev
**********
How to make an AWS account:
amzn.to/31W8waX
Переглядів: 6 055

Відео

TUTORIAL ChatGPT API: Create a Health App in Python.
Переглядів 1,5 тис.Рік тому
#Flask #Python #ChatGPT #API This is a tutorial that will take you step by step on how to create a Health Advisor App based on a health questionnaire. ChatGPT will receive your answers and will give you customized advice you can follow. This is a very flexible repository that can be modified to make ChatGPT give you any kind of response, enjoy! GitHub Repo: github.com/CarlosIUSalazar/HealthGPT/...
TUTORIAL (2/4): Create a SQLITE3 Database in Flask App & Perform CRUD Operations.
Переглядів 558Рік тому
#Flask #Python #SQLITE This is a tutorial that will take you to step by step on how to create a SQLite Database which you can access from a Flask End Point. This is Part 2 of 4. In this video, we'll continue our project this time we'll add extra Flask routes to perform CRUD operations to our Database. In the following videos of this tutorial, we'll add an HTML interface to access these CRUD end...
How to Create and Connect to an Azure MySQL Flexible Server via Python and MySQL Workbench
Переглядів 1,7 тис.Рік тому
#MySQL #Azure #Python #mysqlworkbench This is a tutorial about how to create an Azure MySQL Flexible Server as well as how to connect to it via a Python application and also MySQL Workbench Download MySQL Workbench dev.mysql.com/downloads/workbench/ Python App to Test MySQL Server connection: gist.github.com/CarlosIUSalazar/0b35cef5ae5469718f72ba5572a78089 Commands used in this video Create Vir...
How To Apply and Automatize Ubuntu Security Updates.
Переглядів 413Рік тому
#Ubuntu #Linux #NetSec #Security This is a tutorial about how to install and automatize Ubuntu Linux, stability, enhancements and security patches. Install Update patches: sudo apt update && sudo apt upgrade Install automatic update installer: sudo apt install unattended-upgrades Edit the granularity of automatic security patches updates: sudo nano /etc/apt/apt.conf.d/50unattended-upgrades Add ...
How to Install OpenAI GPT-2 on Silicon Mac M1/M2.
Переглядів 3 тис.Рік тому
#MacOs #Python #GPT-2 #M1 This is a tutorial that will show you how to install GPT-2 on Silicon Macs. Commands used in this video: To make a virtual environment in python 3.6 (it must be 3.6 for this tutorial to work): python -m venv venv Activate the Venv: . venv/bin/activate Upgrade Pip: pip install upgrade pip Clone GPT-2 Repo: git clone github.com/openai/gpt-2.git Change requirements txt fo...
TUTORIAL: How to Execute Scheduled Function in Python without Cronjob
Переглядів 1,3 тис.3 роки тому
#Programming #Python #Flask This is a tutorial that will show you how to set an automatic periodic function on Python without Cronjobs. 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an AWS account: amzn.to/31W8waX
TUTORIAL: How to Connect to AWS EC2 instance with SFTP Filezilla.
Переглядів 10 тис.3 роки тому
#FTP #EC2 #Filezilla This is a tutorial that will take you step by step how to connect and transfer files to and from an EC2 instance with Filezilla. 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an AWS account: amzn.to/31W8waX
TUTORIAL - How to Send SMS with Twilio using Python.
Переглядів 1 тис.4 роки тому
#Python #SMS #twilio This is a tutorial that will take you step by step how to require and validate string passwords for user creation. 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an AWS account: amzn.to/31W8waX
TUTORIAL - How to Create an SSH Tunnel to Securely Bypass a Firewall on AWS EC2
Переглядів 1,4 тис.4 роки тому
#Python #ec2 #aws This is a tutorial that will take you step by step how to create an SSH Tunnel to bypass a firewall on a server on EC2 Full Repo here: github.com/CarlosIUSalazar/SSH-Tunnels-Python-Flask 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an AWS account: amzn.to/31W8waX
TUTORIAL: How To Enforce Strong Passwords In Flask User Creation (UI & Backend)
Переглядів 2,3 тис.4 роки тому
#Python #Flask #passwords This is a tutorial that will take you step by step how to require and validate string passwords for user creation. Full Repo here: github.com/CarlosIUSalazar/Strong-Passwords-Flask 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an AWS account: amzn.to/31W8waX
TUTORIAL (1/4): Create a SQLITE3 Database in Flask App
Переглядів 7 тис.4 роки тому
#Flask #Python #SQLITE This is a tutorial that will take you step by step how to create a Sqlite Database which you can access from a Flask End Point. On the following videos of this tutorial we'll add more endpoints to do full CRUD operations. Then do Unit testing with Pytest and finally upload the app to the cloud. Subscribe so you don't miss my weekly tutorials. GitHub Repo: github.com/Carlo...
TUTORIAL: Use Calendars with DatePicker in Flask WTForms.
Переглядів 13 тис.4 роки тому
#Python #Flask #WTForms This is a tutorial that will take you step by step how add a calendar to select a date range and use in your projects in Flask applications. Full Repo here: github.com/CarlosIUSalazar/Python-Flask-DatePicker 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an A...
TUTORIAL - Migrate A WordPress site to AWS Lightsail.
Переглядів 7 тис.4 роки тому
#AWS #Lightsail #Wordpress This is a tutorial that will take you step by step how to migrate an existing WordPress site (from Godaddy in my case) to AWS Lightsail. In this tutorial I use All In One Wordpress Migration Plugin. 👍🏻 DON'T FORGET TO LIKE COMMENT AND SUBSCRIBE FOR FUTURE VIDEOS! 📲💻Follow me on Twitter: @CarlosCloudDev 📲💻Follow me on Instagram: @CarlosSalazarDev How to make an AWS acc...
TUTORIAL - How to Install a GUI in AWS EC2 Ubuntu Instance.
Переглядів 6 тис.4 роки тому
TUTORIAL - How to Install a GUI in AWS EC2 Ubuntu Instance.
TUTORIAL - Build & Deploy a Python-Flask WebApp to AWS Beanstalk.
Переглядів 2,1 тис.4 роки тому
TUTORIAL - Build & Deploy a Python-Flask WebApp to AWS Beanstalk.
TUTORIAL - How To Assign a Domain Name to WebApp in AWS Amplify & Route 53 with SSL.
Переглядів 2,1 тис.4 роки тому
TUTORIAL - How To Assign a Domain Name to WebApp in AWS Amplify & Route 53 with SSL.
TUTORIAL - How To Transfer a GoDaddy domain to AWS Route 53.
Переглядів 30 тис.4 роки тому
TUTORIAL - How To Transfer a GoDaddy domain to AWS Route 53.
TUTORIAL - Create A GPT-2 API Client Website and Deploy to AWS S3
Переглядів 1,6 тис.4 роки тому
TUTORIAL - Create A GPT-2 API Client Website and Deploy to AWS S3
TUTORIAL - Create A ReactJS Site & Deploy it on AWS Amplify with CI/CD
Переглядів 1 тис.4 роки тому
TUTORIAL - Create A ReactJS Site & Deploy it on AWS Amplify with CI/CD
TUTORIAL - How to make and host a simple HTML CSS JS website in AWS S3
Переглядів 5 тис.4 роки тому
TUTORIAL - How to make and host a simple HTML CSS JS website in AWS S3
TUTORIAL - Install OpenAI GPT2 in Mac OSX - Step by Step
Переглядів 4 тис.4 роки тому
TUTORIAL - Install OpenAI GPT2 in Mac OSX - Step by Step
TUTORIAL - How to Install GPT-2 Text Generator OpenAI into AWS EC2.
Переглядів 2,6 тис.4 роки тому
TUTORIAL - How to Install GPT-2 Text Generator OpenAI into AWS EC2.

КОМЕНТАРІ

  • @chetanjadhav8722
    @chetanjadhav8722 2 місяці тому

    but it dint work for me

    • @ikkikevin
      @ikkikevin Місяць тому

      I have the same problem!

  • @vishalbehal8946
    @vishalbehal8946 2 місяці тому

    thanks sir

  • @haisumharoon
    @haisumharoon 2 місяці тому

    I see the url you are using has an http connection. I am using wss. Will this code still work?

  • @theomer0002
    @theomer0002 2 місяці тому

    Is it not possible to transfer my domain only after 2 months after the purchase?

  • @Ahmed_abdulaziz
    @Ahmed_abdulaziz 3 місяці тому

    1G is not enough for ram

  • @xtonousou
    @xtonousou 3 місяці тому

    I came for MySQL Flexible server creation via Python and all I see is a mysql connector...

  • @randomstufz7087
    @randomstufz7087 4 місяці тому

    not working

  • @makdiose
    @makdiose 4 місяці тому

    Thanks for sharing! how can I setup it with username and password? Instead of pen file? Thanks!

  • @pedrorios6566
    @pedrorios6566 4 місяці тому

    Hola Carlos! Tengo un dominio en GoDaddy pero tiene registrso mx y txt asociados con la cuenta de Google. SI hago el cambio, me va a seguir funcionando el email? Estos nuevos registros en que paso los agrego? Slds

  • @MariaVasquez-rn6fy
    @MariaVasquez-rn6fy 5 місяців тому

    Excelente, es lo que estaba buscando

  • @mahmudulislammoon1063
    @mahmudulislammoon1063 6 місяців тому

    Thank you so much.

  • @akki-mech2962
    @akki-mech2962 6 місяців тому

    Getting no supported authentication methods available

  • @aricanto1764
    @aricanto1764 8 місяців тому

    Process is a little bit different now, but this was still very helpful. The AWS side was basically the exact same - the GoDaddy was a bit different (the probably change this so people don't know how to transfer domain to different registrar)

  • @solomonnjoroge
    @solomonnjoroge 9 місяців тому

    Check the username for your specific system Amazon Linux 2023, Amazon Linux 2, Amazon Linux: ec2-user CentOS: centos or ec2-user Ubuntu: ubuntu Oracle: ec2-user Bitnami: bitnami RHEL: ec2-user or root Debian: admin

  • @StormHanmayt
    @StormHanmayt 10 місяців тому

    How to allow SFTP permission for all directory folders var, root,home

  • @davidisalt
    @davidisalt 11 місяців тому

    Thanks! Had this up and working in a few minutes - pretty much just needed to add my own key into your code.

  • @donwarkentin5061
    @donwarkentin5061 11 місяців тому

    Thank you SOOO much for your clear and easy to follow directions. I could not have done this without your help.

  • @filovirus1
    @filovirus1 Рік тому

    EXACTLY what I was looking for. thank you and wish you the best for your channel.

  • @nuraysalina612
    @nuraysalina612 Рік тому

    Thank you for your video! It is so helpful. Good luck in all your beginnings!

  • @mfthrq
    @mfthrq Рік тому

    Error: Unable to process your request.

    • @nuraysalina612
      @nuraysalina612 Рік тому

      Same mistake. Did you manage to correct it?

  • @uinvestonline2024
    @uinvestonline2024 Рік тому

    sir i need help about AWS ubuntu . i cannot connect to my server . i getting this : chmod: cannot access 'ubuntu1.pem': No such file or directory

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      that error means you're not in the same folder where the .pem file is, make sure you are inside the folder containing it in the file system and then apply the chmod command.

    • @uinvestonline2024
      @uinvestonline2024 Рік тому

      @@carloscloudwebdeveloper1099 can u tell how to do it .

  • @francescosaldi753
    @francescosaldi753 Рік тому

    It tells me "Error: Unable to process your request". I tried to make a Python application and it works, so I don't think it is a problem with my api key or with my open ai account. I don't understand which is the problem with html, something goes wrong while calling the function. Could you help me please? Thanks a lot.

  • @meymanickam
    @meymanickam Рік тому

    Great stuff -explained well

  • @oliverhansen8633
    @oliverhansen8633 Рік тому

    hi is it possible to make it correct the text you put in like grammar.

  • @ada2607
    @ada2607 Рік тому

    Thank you so much for this video!

  • @TOMAKAIROS
    @TOMAKAIROS Рік тому

    super helpful...but my question is..how do we prevent our api key from being public when uploaded to github? im trying to add it onto my project portfolio..but if my key is public then everyone will have access to it...

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      Yeah for this cases make sure you use "environment variables". Use libraries like .env / dotenv or similar.

  • @professeurish
    @professeurish Рік тому

    Thank you so much!!!

  • @bennpayne
    @bennpayne Рік тому

    To correct & make the downloadable script.js work - just update one line (besides the actual API Key) Change Line 21 FROM: messages: [{ role: 'user', content: mytext }], TO READ LIKE THIS: messages: [{ role: 'user', content: `'${mytext}'` }], the thought being, if the API KEY used a template literal then the input would too. since it was also a variable

    • @clamhammer2463
      @clamhammer2463 Рік тому

      idk anything about the script but you shouldnt need to change that to use template literal.

    • @bennpayne
      @bennpayne Рік тому

      @@clamhammer2463 it is what got mine working - before that change ChatGPT would not acknowledge it as JSON -- my thought was, if the API KEY used a template literal then the input would too. since it was also variable -- after that change the AI responded as expected. i'm just saying that is what worked in my case - and nothing else about what it should be or could be

  • @onlinebusinessacademy4142

    its not working

  • @sidilekhalifa7320
    @sidilekhalifa7320 Рік тому

    Thanks it's work for me

  • @J-PROGRAMMER
    @J-PROGRAMMER Рік тому

    Can we use a later version of tensorflow? I'm not finding 1.15 the lowest I see is 2.20. Installing this on a Mac (2.6 GHz Dual-Core Intel Core i5) and running python 3.8

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      Try referring to this video ua-cam.com/video/iv07Vtfd_4o/v-deo.html&ab_channel=CarlosCloud%26WebDeveloper there are some updates.

    • @J-PROGRAMMER
      @J-PROGRAMMER Рік тому

      @@carloscloudwebdeveloper1099 I followed the steps and installed Tensorflow successfully but still getting errors. Think the errors are related to my python version.

  • @malcomstevens8856
    @malcomstevens8856 Рік тому

    really useful for me, thank you very much my friend. go ahead !!!

  • @LunaTello-g4b
    @LunaTello-g4b Рік тому

    Hi Carlos, many thanks for your video i followed all the steps in the video but when i ran the command python3 src/interactive_conditional_samples.py --top_k 40 i got this error: Traceback (most recent call last): File "..../Desktop/gptconda/venv/lib/python3.10/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "..../Desktop/gptconda/venv/lib/python3.10/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "..../Desktop/gptconda/venv/lib/python3.10/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "..../anaconda3/lib/python3.10/imp.py", line 243, in load_module return load_dynamic(name, filename, file) File "..../anaconda3/lib/python3.10/imp.py", line 343, in load_dynamic return _load(spec) ImportError: dlopen(...../Desktop/gptconda/venv/lib/python3.10/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so, 6): no suitable image found. Did find: ..../Desktop/gptconda/venv/lib/python3.10/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: mach-o, but wrong architecture ...../Desktop/gptconda/venv/lib/python3.10/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: stat() failed with errno=25 . . . . . . . Failed to load the native TensorFlow runtime. See www.tensorflow.org/install/install_sources#common_installation_problems for some common reasons and solutions. Include the entire stack trace above this error message when asking for help. any idea ? many thanks Luna

    • @gmiqbal9559
      @gmiqbal9559 10 місяців тому

      hi i encounter same error did you solve this can you help me in this regards

  • @srishtyagarwal5326
    @srishtyagarwal5326 Рік тому

    from tensorflow.python import tf2 ImportError: cannot import name 'tf2' from 'tensorflow.python' (unknown location) i don't know why I am getting this error .. please help me out as soon as possible

  • @Chernenko83
    @Chernenko83 Рік тому

    Hello, I see you use Python 3.6. But M1 Max no support 3.6, just from 3.8? How are did it? Im repited all but -version of the Python I have a minimal it’s a 3.8 And if you tryed start gpt2 with a metal gpu support? Thanks

  • @gilbertsabina4944
    @gilbertsabina4944 Рік тому

    Thank you sir. Your tutorial helped me out.

  • @hsimosa
    @hsimosa Рік тому

    Very clear. Thanks very much.

  • @Sol-In-Seoul
    @Sol-In-Seoul Рік тому

    Why is all this required? It is still like this to use GPT-4?

  • @shivamrawat1810
    @shivamrawat1810 Рік тому

    error calling openai api any sloution ?

  • @playzgiovanni525
    @playzgiovanni525 Рік тому

    Thank you! Now I can make a copy of ChatGPT!

  • @RyanSerpico-t2s
    @RyanSerpico-t2s Рік тому

    Hey there Carlos, I'm running into the following error after trying to install tensorflow the way you describe in the comments: "protobuf requires Python '>=3.7' but the running Python is 3.6.15" I'm using pyenv to use 3.6.15. Could you help me out?

  • @yellowecho
    @yellowecho Рік тому

    Really appreciate your work on this! Great job I'm receiving a 429 error after my initial testing. Any ideas on how to resolve this?

    • @TopG1738
      @TopG1738 Рік тому

      To resolve this issue you should check your API usage in your personal account. The free trial expires every 6 months so i'm guessing that yours have expired. So you need to make a new account or Upgrade API Plan.

  • @jguillengarcia
    @jguillengarcia Рік тому

    2 YEARS Carlos!!!! Why didn't that video come to my life two years ago instead of now? I would be so much further right now. Gonna check your profile right now, if your were doing this 2 years ago, wondering in what you are now!

  • @asifalikhan8851
    @asifalikhan8851 Рік тому

    This video was simple and straight forward. Are the other DNS records also transferred or we need to create those manually in the Route 53 later ? Like for example I have MX record, TXT record etc.. which helps connect to some other email services

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      The records should transfer automatically but I have experienced instances where not all of them do. So it's worth checking after the transfer is done and copy the record manually if some were not transferred. Thank you.

  • @diegonovoa5901
    @diegonovoa5901 Рік тому

    Thanks for this video, helped me connect to that DB

  • @carloscloudwebdeveloper1099

    On the video description list of commands used, this one is not properly displayed as it is a hyperlink and youtube screws it up. Please use this line to install the required version of Tensorflow for this to work: pip install storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.5.0-py3-none-any.whl

  • @fortunaarcheryn6365
    @fortunaarcheryn6365 Рік тому

    Hi, I followed the walkthrough but encounter error like this. Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.2 , AttributeError: module 'tensorflow.contrib.framework' has no attribute 'contrib'. I'm using Macbook pro m1 14inch

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      Hello. Were you able to install the special version of tensorflow for this purpose? I noticed that on the video description the link is highjacked by youtbe and that may be giving you errors. Try: pip install storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.5.0-py3-none-any.whl

    • @fortunaarcheryn6365
      @fortunaarcheryn6365 Рік тому

      @@carloscloudwebdeveloper1099 As a matter of fact, I'v been able to download whl and finish install. The error I mentioned still appeared.

    • @fortunaarcheryn6365
      @fortunaarcheryn6365 Рік тому

      @@carloscloudwebdeveloper1099 I tried again and again, it works now. Many thanks to you, bro.

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      @@fortunaarcheryn6365 Great to hear!

  • @jeffhwang4662
    @jeffhwang4662 Рік тому

    Thank you for making this! I have found Anaconda bloated in the past and am experimenting with Mamba as a drop-in replacement. I'll use mamba with your instructions on my M2 and let you know how it goes. Really appreciate the time you put into this!

    • @carloscloudwebdeveloper1099
      @carloscloudwebdeveloper1099 Рік тому

      Glad it was helpful! And yes, honestly Anaconda is not necessary for this, what you need in the end is Python 3.6 venv, so pyenv or any other method that allows you to create it work nicely as well.

  • @wargone540
    @wargone540 Рік тому

    Thanks man !

  • @blakecruz997
    @blakecruz997 Рік тому

    If your godaddy site is not complete and not published yet, can you still migrate and finish in AWS?