Code Yoga
Code Yoga
  • Видео 15
  • Просмотров 23 108
OpenAI Vision API Tutorial | Automate Image Recognition with Python
Unlock the Power of OpenAI's Vision Models for Image Recognition
In this video, we’ll explore how to use OpenAI's latest vision models to perform image recognition with Python. Learn step-by-step how to integrate OpenAI’s API, provide prompts for image analysis, and automate tasks like extracting text from images or identifying objects.
What you’ll learn:
1. How to set up OpenAI’s vision model for image recognition
2. Writing Python code to interact with the API
3. Real-world examples like extracting restaurant menu items and identifying dog breeds
4. Limitations of the vision model to keep in mind for ethical development
If you’re passionate about automation or AI, this video is a must-watch!
🔥 ...
Просмотров: 214

Видео

OpenAI Whisper | Speech-to-Text and Translation: Step-by-Step Guide in Python
Просмотров 281Месяц назад
Unlock the power of OpenAI's Whisper models to effortlessly convert speech to text and translate audio into English using Python! In this tutorial, I’ll walk you through: 1. Setting up the OpenAI Whisper API. 2. Transcribing audio files into text (speech-to-text). 3. Translating audio from supported languages into English. 4. Whether you're working on transcription tasks or multilingual project...
AI Image Recognition Using Python | No Internet Required
Просмотров 1,3 тыс.Месяц назад
Learn how to perform image recognition using AI completely offline and for free using the LLaVA model with Ollama! This step-by-step tutorial will guide you through installing the Ollama package, downloading the LLaVA model, and interacting with it using Python to perform tasks like detailed image descriptions and hashtag generation-all without needing an internet connection. Key topics covered...
Local AI Chatbot in Python
Просмотров 1,7 тыс.Месяц назад
In this video, I’ll show you how to build your own chatbot using Python that runs entirely locally on your computer. No subscriptions, no internet dependency, and absolutely free! We’ll use Ollama to run large language models (LLMs) locally and integrate it with Python using LangChain. Here’s what you’ll learn in this tutorial: 1. Installing and setting up Ollama 2. Choosing the right model for...
Gemini Python API
Просмотров 5113 месяца назад
In this video, I’ll walk you through how to create a simple chatbot using the Google Gemini API and Python. From generating your API key to writing code for an interactive chatbot, this tutorial covers everything you need to know to get started with Google Gemini. We’ll also explore key features like tuning API parameters to customize your chatbot’s behavior. #gemini #python #chatbot #ai #pytho...
Python vs NumPy: The Speed Showdown
Просмотров 2214 месяца назад
We dive into the performance difference between plain Python and the powerful NumPy library. We'll execute a code for both methods, measure the execution time, and compare the results. Spoiler alert: NumPy is significantly faster! Whether you're a beginner or an experienced developer, this comparison will show you the importance of using optimized libraries like NumPy for heavy computational ta...
OpenAI DALL-E API in Python: Generate, Edit, and Innovate with Images
Просмотров 8955 месяцев назад
In this video, I'll guide you through using OpenAI's DALL-E API for generating and editing images. We will cover everything from setting up the API, generating images based on prompts, creating image variations, and performing image in-painting. Key Takeaways: 1. Learn how to generate images using text prompts with DALL-E 2. Understand how to create variations of existing images 3. Explore imag...
Speed Test Your Internet with Python!
Просмотров 1775 месяцев назад
In this video, I'll show you how to perform an internet speed test using Python with the help of the "speedtest-cli" library. You'll learn how to install the necessary package, write the code to measure download and upload speeds, and retrieve additional information like ping and server details. Steps Covered in This Video: Install the speedtest-cli Python package. Write Python code to measure ...
How To Deploy A Flask App on Render (2024) | Flask App Free hosting
Просмотров 2,7 тыс.5 месяцев назад
In this video, we'll walk you through the entire process of deploying a Python Flask app on Render(render.com), a completely free and user-friendly platform for hosting your applications. Render is also an free alternative to Heroku. This guide will help you get your Flask app online in no time! In this tutorial, you'll learn: 1. How to create an account on Render.com. 2. How to set up a GitHub...
I Made A Custom Chatbot Web App! | Using Python OpenAI API and Gradio
Просмотров 1,6 тыс.6 месяцев назад
Today I'll show you how to create a custom chatbot web application using Python, the OpenAI API, and the Gradio Python package. Code for this tutorial : github.com/debeshm/Python-Chatbot-Web-App/blob/main/app.py Related Videos: 1. Python GPT Chatbot: ruclips.net/video/w55C8cLWz74/видео.htmlsi=OrwIKMMfayxzDu2b 2. Gradio tutorial: ruclips.net/video/zkpXOudgC1g/видео.htmlsi=-D0kpPKgdxzQ6HhZ In thi...
EASIEST Way to Deploy Any Python Code Online | Gradio
Просмотров 6086 месяцев назад
The easiest way to deploy any Python code online using Gradio. In this step-by-step guide will show you how to transform your Python code into interactive web apps accessible from any device. You can turn any Python code into an interactive web app in just 1 minute! What You'll Learn: 1. Introduction to Gradio: Understand what Gradio is and how it simplifies deploying Python code. 2. Installing...
Python Chatbot Tutorial | Using OpenAI API to Create a Smart Chatbot
Просмотров 9 тыс.6 месяцев назад
Welcome to my channel! In this tutorial, I will walk you through the process of creating a chatbot using the OpenAI Python API. This chatbot will not only respond to your queries but will also remember the conversation context, providing more meaningful interactions. What You Will Learn: 1. How to create an OpenAI API key. 2. Installing the OpenAI Python package. 3. Writing a basic chat functio...
Simple HTTP Client Using Python Socket | Web Browser Working
Просмотров 2977 месяцев назад
Welcome to my tutorial on creating a simple HTTP client using Python's socket module! In this video, I'll guide you through the step-by-step process of building a basic HTTP client that mimics the working of a web browser. What You'll Learn: 1. Understanding the basics of sockets in Python 2. Sending HTTP GET requests using Python sockets 3. Receiving and parsing HTTP responses 4. The role of p...
How To Deploy A Flask App on Heroku (2024)
Просмотров 3,9 тыс.7 месяцев назад
Welcome to our channel! In this tutorial, we'll walk you through the process of deploying a simple Flask app online using the Heroku platform. Whether you're a beginner or an experienced developer, this step-by-step guide will help you get your Python Flask app up and running in no time. Follow Us: 1. Subscribe for more tutorials on coding and system design 2. Like and share this video if you f...
Build a Python Web API in 5 Minutes | Web API with Python Flask (2024)
Просмотров 2117 месяцев назад
Welcome to our channel! In this quick tutorial, I'll show you how to create a web API using Flask in Python. We'll build a simple yet powerful API that lets you view a toy inventory and add new toys to it. This video is perfect for beginners looking to get started with web development and APIs. Here's what you'll learn: 1. Setting up Flask 2. Creating endpoints for viewing and adding toys 3. Te...

Комментарии

  • @tasavvufg
    @tasavvufg День назад

    bro forgot to hide api key🤣

    • @CodeYoga22524
      @CodeYoga22524 День назад

      🤣🤣🤣🤣

    • @CodeYoga22524
      @CodeYoga22524 День назад

      This was intentional actually. You can try using the API key. It wont work🤪

  • @hiflyer13
    @hiflyer13 2 дня назад

    Great tutorial! Keep up the good work!

    • @CodeYoga22524
      @CodeYoga22524 2 дня назад

      Thanks a lot😃. Glad you liked our content. Please subscribe to stay updated on our content.

  • @anirudh7150
    @anirudh7150 4 дня назад

    Please do a video on permanent deployment

  • @UmaMaheswari-f8l
    @UmaMaheswari-f8l 4 дня назад

    after run the program the output came as 'you=___' after entering hello it shows error what should i do ?

    • @CodeYoga22524
      @CodeYoga22524 4 дня назад

      What is the error? Send me the error and I will help you.

  • @bkrnad3268
    @bkrnad3268 8 дней назад

    thanks

  • @muhammedsinan9361
    @muhammedsinan9361 9 дней назад

    How can we train some personalized data about certain things to make the chatbot work work like customer service agent?I Is it possible with this model?

    • @CodeYoga22524
      @CodeYoga22524 9 дней назад

      Yes its definitely possible with this model. I have a video planned for this that will be out in upcoming days. If you need to know it now then there are other videos on youtube showing this. If you found this video useful please do subscribe to the channel.

    • @muhammedsinan9361
      @muhammedsinan9361 9 дней назад

      @@CodeYoga22524Thank you

  • @fabrice230
    @fabrice230 13 дней назад

    Hi there! I discovered your RUclips channel today. Just one word: congratulations! Your explanations are pleasantly straightforward and to the point. Your videos are much more accessible than the so-called 'no code' ones. You've got a new subscriber. Please keep up the good work! I'll be watching your excellent work.

    • @CodeYoga22524
      @CodeYoga22524 12 дней назад

      Hi! Thank you so much for your kind words and support. I’m thrilled to hear you find my videos straightforward and helpful. Your feedback truly motivates me to keep creating valuable content. Welcome to the channel, and I hope you enjoy the upcoming videos! Feel free to share any topics you’d like to see covered. Thanks again!

    • @fabrice230
      @fabrice230 12 дней назад

      Thank you for your amazing work. Making small videos focused on fast and actionable results is a real blast! Again, congrats! 😀

  • @spidy89
    @spidy89 21 день назад

    i have to submit my project on heruku on 18, Im using Mssql server, Will the process b same

    • @CodeYoga22524
      @CodeYoga22524 21 день назад

      Yes the process will be the same. However you also need to deploy your mysql server. You can deploy it on heroku as well.

    • @spidy89
      @spidy89 18 дней назад

      @@CodeYoga22524 still stuck from last three days? helpme if u can its so important

  • @Iambruh07
    @Iambruh07 24 дня назад

    Hello bro can u please clear my this confusion -: I have done whole the process but it's saying i haven't paid bill. So what does it mean, Is it's API paid or can be used for free too ?

    • @CodeYoga22524
      @CodeYoga22524 24 дня назад

      At the time of making this video this was free. However now it needs you to add some credits to ise the API. You just need very little amount to get started. For complex projects you will need a lot more credits. To add credits go to your openAI dashboard and click on billing section. Here you can add credits. Hope it helps.

    • @Iambruh07
      @Iambruh07 24 дня назад

      @CodeYoga22524 Thanks a lot for your clarification. As I am just a student learning about AIs I just read in grade 10. So, I want a chatbot API that's fully free to use. And will give me responses with it's own knowledge like chat-gpt. Also 1 more question is that -: Is Claude's API is free ?

    • @CodeYoga22524
      @CodeYoga22524 23 дня назад

      @@Iambruh07 The Claude API is not completely free, but it does offer a free tier with limited usage. I have another video for you which is free. Please check it out: ruclips.net/video/gr9E6fN_fLk/видео.html

  • @VishwasnehaCV
    @VishwasnehaCV 27 дней назад

    mine is a windows (hp laptop) its not taking "touch Procfile" command what to do

    • @CodeYoga22524
      @CodeYoga22524 27 дней назад

      The command “touch Procfile” just creates a file named Procfile. You can create the file yourself manually also without using touch. Just create a notepad file and save it with name Procfile. Hope of clarifies. If any more question do let me know.

  • @uktamhudoyarov7410
    @uktamhudoyarov7410 28 дней назад

    Hello bro. What is that blue window which you are having your chat . I work on windows and how can open this window in windows.

    • @CodeYoga22524
      @CodeYoga22524 28 дней назад

      Thanks for reaching out. I guess you are referring to the terminal. In windows it’s known as the command prompt. The command prompt in windows is black in color by default. Let me know if you face any problems. Happy to help

  • @preciousbanigo
    @preciousbanigo Месяц назад

    Please do a video of permanent deployment.

    • @CodeYoga22524
      @CodeYoga22524 Месяц назад

      Will do it in couple weeks. Please subscribe the channel to stay tuned and get notified.

  • @jbojos112
    @jbojos112 Месяц назад

    how to fix module not found named app

    • @CodeYoga22524
      @CodeYoga22524 Месяц назад

      Can you send me the entire log to this email. code.yogi.channel@gmail.com. I will take a look.

  • @YoutubeKingTheVyonder-rg5ln
    @YoutubeKingTheVyonder-rg5ln Месяц назад

    I want wrapper Online gold on heroku deploy from github when you get to get hub you need to type in Wrapper Online Gold, can you please make the website please

  • @YoutubeKingTheVyonder-rg5ln
    @YoutubeKingTheVyonder-rg5ln Месяц назад

    It got patched

    • @CodeYoga22524
      @CodeYoga22524 Месяц назад

      Ah. Thanks for letting me know. I will create a new video for the new patch.

  • @ha13151
    @ha13151 Месяц назад

    +1

    • @CodeYoga22524
      @CodeYoga22524 Месяц назад

      Glad my video helped you. Please subscribe if you have not yet. I am creating cool videos every week.

    • @ha13151
      @ha13151 Месяц назад

      @@CodeYoga22524 i have subscribed your channel too :)

  • @ChristoopherFree
    @ChristoopherFree Месяц назад

    Great video, straight to the point. I would like to learn how to do this with short videos and also with Hollywood feature films. Do you know of any AI that can describe a video like this Ai Ollama described the image with the 3 dogs locally without using the internet? Another question: Do you know if there is any AI capable of recognizing musical styles and describing the style in a text response?

    • @CodeYoga22524
      @CodeYoga22524 Месяц назад

      Thank you so much for your kind words! I’m glad you found the video helpful. 😊 Regarding your questions: 1. Describing Videos Locally: While Ollama focuses on images, there are AI tools like OpenAI’s Whisper for audio transcription or YOLO for object detection in video frames. To process and describe entire videos offline, you’d typically combine frame-by-frame image analysis (using tools like LLaVA or YOLO) with a video processing library such as FFmpeg. However, for Hollywood feature films or longer videos, you’ll need a good amount of system resources to handle the data locally. 2. Recognizing Musical Styles: Currently, there are AI models like Essentia and Spotify’s Annoy that can analyze audio to identify musical styles and provide metadata. These tools are often used for genre classification and can work offline with some setup. They might not provide detailed text responses like Ollama, but combining them with a natural language generation model could achieve similar results.

  • @AadithAdhi-m7r
    @AadithAdhi-m7r Месяц назад

    nice mahnnn

    • @CodeYoga22524
      @CodeYoga22524 Месяц назад

      Glad you liked our content. Consider subscribing if you have not already for future updates

  • @beha_beha
    @beha_beha 3 месяца назад

    Thanks a lot my dear friend ! You helped me to deploy 2 flask projects on heroku! For those who use venv in their projects: - First of all add .gitingore file - Write .venv/ or venv/ (from what's called your directory) Good Luck!

    • @CodeYoga22524
      @CodeYoga22524 3 месяца назад

      Glad our content helped you. Consider subscribing to the channel for more updates.

  • @technoozeinfo4057
    @technoozeinfo4057 3 месяца назад

    You: Hii Traceback (most recent call last): File "d:\My-Coding-Stuff\Python\Coding\Oops\AI.py", line 29, in <module> chat() File "d:\My-Coding-Stuff\Python\Coding\Oops\AI.py", line 25, in chat response = get_gpt_response(user_input) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\My-Coding-Stuff\Python\Coding\Oops\AI.py", line 12, in get_gpt_response response = openai.ChatCompletion.create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Rohit Kumar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\openai\api_resources\chat_completion.py", line 25, in create return super().create(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Rohit Kumar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\openai\api_resources\abstract\engine_api_resource.py", line 153, in create response, _, api_key = requestor.request( ^^^^^^^^^^^^^^^^^^ File "C:\Users\Rohit Kumar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\openai\api_requestor.py", line 298, in request resp, got_stream = self._interpret_response(result, stream) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Rohit Kumar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\openai\api_requestor.py", line 700, in _interpret_response self._interpret_response_line( File "C:\Users\Rohit Kumar\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\openai\api_requestor.py", line 765, in _interpret_response_line raise self.handle_error_response( openai.error.RateLimitError: You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: platform.openai.com/docs/guides/error-codes/api-errors. getting error whenever I enter the prompt

  • @chintan_dave
    @chintan_dave 3 месяца назад

    After few hours link doesn't work we have to reload from render Can we apply custom time Range where there is live tail ?? And waht is maximum limit of time range like for how many hours we can use link without any down time ???

    • @CodeYoga22524
      @CodeYoga22524 3 месяца назад

      There is no such feature to apply custom time range. The free tier comes with some downtime. It also depends in the project size. If the project size is big then may be paying for the hosting would make sence.

    • @chintan_dave
      @chintan_dave 3 месяца назад

      @@CodeYoga22524 If you click on live tail there is option for custom when I click on that the current date appears and in side there is option to set time ...... After approx three to four hours my website link is not working Can you give me suggestions to deploy free for atleast 24 hours and on second day if I relod it's work again for next 24 hr

  • @BubbleStoneIA
    @BubbleStoneIA 3 месяца назад

    Very efficient. Thanks

  • @randallblake1213
    @randallblake1213 4 месяца назад

    I needed this discussion of how to enable ChatGPT to remember the previous interactions. Thank you. I also appreciate very much that this video is short and “to the point”.

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      Thanks for your nice words. I am glad my content helped you.

  • @SaikousikYeluchuri
    @SaikousikYeluchuri 4 месяца назад

    In the local host after entering user_input the output is showing error

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      What is the error you are receiving? Please send the error at code.yogi.channel@gmail.com. I will help you.

  • @abhishek171278
    @abhishek171278 4 месяца назад

    If i have db in my file then how to handle?

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      Can you elaborate on what do you mean by having db in a file? Is it that you are storing your data like in a text file or something?

  • @raya7390
    @raya7390 4 месяца назад

    what do u put on select debugger .......i m not able to use it

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      I am sorry but I do not understand your question. Can you explain in bit detail ? I have not used any debugger. I am happy to help more on this. Please email me the exact issue you are facing along with the screenshot at code.yogi.channel@gmail.com I will definitely respond

    • @raya7390
      @raya7390 4 месяца назад

      Ok

    • @raya7390
      @raya7390 4 месяца назад

      I will email

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      I have replied to your email

    • @raya7390
      @raya7390 4 месяца назад

      @@CodeYoga22524 👍👍👍

  • @sanjanakashimath7793
    @sanjanakashimath7793 4 месяца назад

    hello sir, which IDE are you using? and after installing pip, if i enter the command pip3 install openai.... it shows syntax error... could you please help me?

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      For IDE I am using visual studio code. Can you also try “pip install openai” command also instead of “pip3 install openai”? Let me know if you still face problems. We can work on it together to solve the issue.

    • @sanjanakashimath7793
      @sanjanakashimath7793 4 месяца назад

      @@CodeYoga22524 sure sir, thanks a lot☺️

    • @CodeYoga22524
      @CodeYoga22524 4 месяца назад

      I have replied to your email

  • @ahmadwaheed8003
    @ahmadwaheed8003 5 месяцев назад

    It is asking for the credit card details even i selected the free plan.

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      It should not ask for credit card if you selected free as shown in the video. I just tested it on my end. Please try again. If it still persists then probably render.com has decided to collect credit card details based on the project size you want to deploy or may be requirements according to the country from where you are located to avoid abuse. Either way you should not be charged anything even if you provide credit card details. I came across community.render.com/t/free-plan-issue/6479

  • @iosule3719
    @iosule3719 5 месяцев назад

    hey man thanks for ur guide, i was the guy who tried to host using render, i finally got it to work but i found pythonanywhere a better fit, thanks for the tutorial

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Thanks a lot. Glad you were finally able to find a solution. And also glad that my videos could help. Thankyou for your continued support

  • @iosule3719
    @iosule3719 5 месяцев назад

    hey man thanks for ur guide, i was the guy who tried to host using render, i finally got it to work but i found pythonanywhere a better fit, thanks for the tutorial

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Thanks a lot. Glad you were finally able to find a solution. And also glad that my videos could help. Thankyou for your continued support

  • @asimmandal2543
    @asimmandal2543 5 месяцев назад

    What is the pricing for MySql Database?

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Render.com does not have direct support for mysql. But you can deploy your mysql DB usina a private service as shown in the documentation: docs.render.com/deploy-mysql#manual-deploy. However for this approach you may need to pay a minimum of $7. However you may choose to use Postgres DB as that has free and direct support in render.com

  • @infoganesh366
    @infoganesh366 5 месяцев назад

    Yes, please do the video of permanent deployment

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Thanks. I have that planned for some time. I will do it in coming months. If I receive more requests I will do it earlier. But surely it’s gonna be out.

  • @sajjadjafri9268
    @sajjadjafri9268 5 месяцев назад

    It is asking for card detail even when selecting for free

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      I just verified. It won't ask for card details if you selected free. Please verify again that you selected Free tier as shown in the video. Sometimes Remder.com's UI could have bugs. But please try again and let me know how it goes. I may be able to help if it still asks for card details. If this video helped you please subscribe to my channel and like this video

  • @masteroogwaysstudent6020
    @masteroogwaysstudent6020 5 месяцев назад

    chat.completion doestn work

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Whats the error you are receiving? You can send me the error at code.yogi.channel@gmail.com. I might be able to assist you. Additionally you can refer the code here if it helps: github.com/debeshm/Python-Chatbot-Web-App/blob/main/app.py

  • @iosule3719
    @iosule3719 5 месяцев назад

    thanks man definitely gonna try zis method, Vercel was hell also it didn't have mysql support, i hope render does ❤, the project i wanna upload is about a blog website, each user has to create an acct to make a post, they can edit password, profile picture, search users and view profile history too

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Thanks. Render has mysql support and the project that you are trying to accomplish is definitely possible. Please like this video and subscribe to my channel if this video helped tou in any way. This will help me🙂.

    • @iosule3719
      @iosule3719 5 месяцев назад

      @@CodeYoga22524 done ✅

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Thanks

  • @HarshKumar-cu5op
    @HarshKumar-cu5op 5 месяцев назад

    I send it on your mail

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      I have replied to your email with the possible solution to your problem. Hope it helps. Please support me by subscribing to my channel if you have not already. Thanks

  • @HarshKumar-cu5op
    @HarshKumar-cu5op 5 месяцев назад

    I do same thing to deploying my project using render as you did but i have got attribute error: module app has no attribute 'app' why is it happening and also i made project using virtual environment

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Please share your code(github link) with me if possible. I will take a look and get back to you.

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Ensure the start command has been given correctly during creating the web service in render

    • @HarshKumar-cu5op
      @HarshKumar-cu5op 5 месяцев назад

      @@CodeYoga22524 I didn't understand what type of start command I have given

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      If you share your github repo link I can take a look and help. The start command should be gunicorn <your-python-file-name>:app

    • @HarshKumar-cu5op
      @HarshKumar-cu5op 5 месяцев назад

      Don't know why the repo link is not being sent but I am sending you the hard code . harsh0311/Micro-Blog-website

  • @Kiran23456
    @Kiran23456 5 месяцев назад

    Dont use heroku use koyeb

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Another popular, free and easy option to use is Render.com I have another tutorial on it as well: ruclips.net/video/ojArD6nLXKg/видео.html

  • @mohammedajmal3398
    @mohammedajmal3398 5 месяцев назад

    Does this work for the web app which has server side functionalities?

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Yes, you can deploy a Flask app on Render.com that includes server-side functionalities. Render.com supports various backend operations like database interaction, user authentication, etc. making it suitable for more complex applications as well.

    • @firegun1399
      @firegun1399 5 месяцев назад

      Bro i am unable to deploy my ml model can u please help​@@CodeYoga22524

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      Hi @firegun1399. Please email me the link to your github repo at code.yogi.channel@gmail.com. I might take a look this week.

  • @Hari81189-l
    @Hari81189-l 5 месяцев назад

    For this subscription is required??

    • @CodeYoga22524
      @CodeYoga22524 5 месяцев назад

      OpenAI was providing free credits earlier to use the API but not anymore now. So you need to go to billing section in your OpenAI account dashboard and add some credits there. No subscription needed though. You can also set an usage limit so that you do not accidentally spend too much while calling the API. Hope this helps.

  • @arsh185
    @arsh185 6 месяцев назад

    thanku mate

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Glad I could help 😊

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Please subscribe if you have not already. Your support will help me create better tutorials.

  • @arsh185
    @arsh185 6 месяцев назад

    when i am trying to do it, it is asking to add payment method!

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Ya Heroku removed its free tier. So it’s no longer free to use. My next video is about the free solution and it will be out on Thursday. Subscribe to the channel to be notified about it. If you want to continue with Heroku then in your Heroku profile you need to add your payment information.

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Here is the free deployment solution: ruclips.net/video/ojArD6nLXKg/видео.htmlsi=WJpTD_A5pfR5hFY0 Please Subscribe to my channel if you like this.

  • @iosule3719
    @iosule3719 6 месяцев назад

    good tutorial but u assumed ur viewers already know about all the stuffs u did there else you would have included how to install node js, git, and touch too, i had to go through tutorial elsewhere to figure it out make it work, i had to google to find why i was running into errors, you could have just included it instead u rushed it. rn, im stuck at git commit -m and its saying Author identity unknown please tell me who you are. please reupload another video and include the breakdown of the steps needed to run it smoothly coz this video doesn't do that thank you ❤

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Thanks a lot for the suggestion. It’s a good feedback. I will definitely improve my upcoming tutorials based on this feedback.

    • @iosule3719
      @iosule3719 6 месяцев назад

      @@CodeYoga22524 ok please do so ive been able to handle my errors coz i took time to google error but not all viewers are like that they might just loose interest the moment they see the first error while following your tutorial so just explain everything to prevent that ♥️

  • @YoutubeKingTheVyonder-rg5ln
    @YoutubeKingTheVyonder-rg5ln 6 месяцев назад

    I want Wrapper Online back on Heroku, can you please do it

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Definitely. Thanks for the suggestion 👍. I am adding this topic to my list of upcoming videos. I will have it out in upcoming weeks.

    • @YoutubeKingTheVyonder-rg5ln
      @YoutubeKingTheVyonder-rg5ln Месяц назад

      ​@@CodeYoga22524ok

  • @mugomuiruri2313
    @mugomuiruri2313 6 месяцев назад

    good

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Thanks

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Consider subscribing to the channel. I will have some more tutorial on deployment on other platforms in coming weeks.

  • @ssrisaran4943
    @ssrisaran4943 6 месяцев назад

    SEND CODE HERE

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Here you go: github.com/debeshm/Python-ChatGPT/blob/main/chatbot.py

    • @gassbuilds
      @gassbuilds 6 месяцев назад

      @@CodeYoga22524 how do i get the web version of this

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      @samuelsarpong1736 Please follow this video to create the web version of chatbot: ruclips.net/video/v8LAQHlLuRs/видео.htmlsi=uj7bKqLdFBt86znr

    • @gassbuilds
      @gassbuilds 6 месяцев назад

      @@CodeYoga22524 thanks

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      Consider subscribing to my channel for more updates. I plan to add more tutorials on this topic as well.

  • @ZTIP
    @ZTIP 6 месяцев назад

    Can you explains it in a detail, i have need a chatbot for educational purpose

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      You can watch these two video also so that you will get a better understanding for developing the chatbot ruclips.net/video/w55C8cLWz74/видео.htmlsi=JrKDsmG_4iNFJFX5 ruclips.net/video/zkpXOudgC1g/видео.htmlsi=3vpjNblU39aHAZz7

  • @ZTIP
    @ZTIP 6 месяцев назад

    Which software you have used to run a code and also tell me how to integrate gradio in python to generate a url

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      I have used "Visual studio code" for this video to write code. To integrate Gradio in Python follow this video: ruclips.net/video/zkpXOudgC1g/видео.htmlsi=3vpjNblU39aHAZz7. This shows the details of integrating Gradio

  • @sourabhsourabh1361
    @sourabhsourabh1361 6 месяцев назад

    good how to make chat application using python

    • @CodeYoga22524
      @CodeYoga22524 6 месяцев назад

      We can use sockets or web sockets to create chat applications as well. I have planned another video regarding this. It will be out soon.

  • @DebeshMohanty-o8g
    @DebeshMohanty-o8g 6 месяцев назад

    Nice and informative