Production Flask REST API machine learning model deployment using Gunicorn | By Viswateja

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 19

  • @shantanukumar7740
    @shantanukumar7740 3 года назад +4

    I refered tons of resource for this flask and gunicorn , this is the most apt and straighforward . Really sppreciate the effort to simplify the things .

    • @viswatejaforu
      @viswatejaforu  3 года назад +1

      Thanks Shantanu for your kind words

  • @srinivasaraghavans9994
    @srinivasaraghavans9994 Год назад +1

    Thanks mate. this video really helped my hosting sucessfully. I have been spending a lot of time on this.
    Simple, straightforward.

  • @don0071
    @don0071 3 года назад +2

    I appreciate your flawless explanation of Gunicorn. By the way, How do you draw diagrams like those in the video?

    • @viswatejaforu
      @viswatejaforu  3 года назад

      Thanks Ravi for your feedback, I use PowerPoint

  • @lightyagami2361
    @lightyagami2361 4 года назад +2

    sir when more video of deployment are coming like: AWS docker etc??
    Thank you for the great content

    • @viswatejaforu
      @viswatejaforu  4 года назад +2

      For AWS I already covered this is the playlist Twitter sentiment Analysis in AWS E2E: ruclips.net/p/PLGZpjgRdXegkkLJO5fV1UVo2B1neho94Z

    • @viswatejaforu
      @viswatejaforu  4 года назад +1

      chat.whatsapp.com/BBvkCZY1T8D9Lu0SDkWAd5u can join this grouo

    • @lightyagami2361
      @lightyagami2361 4 года назад

      @@viswatejaforu Thank you

  • @hiteshsatange8239
    @hiteshsatange8239 Год назад

    great video sir, please help me- when i run with gunicorn , not able to load my gloabal vars

  • @garciamukoko7739
    @garciamukoko7739 Год назад

    hello please how to deploy flask in Cpanel with gunicorn

  • @akshaydeepsingh
    @akshaydeepsingh 2 года назад

    If i assigning userid (first i checking last user in db and doing +1. In it ) if multiple requests come at a one time ,may be some time my code will assign same id to multiple user. How can i control it

    • @Raju-qi3up
      @Raju-qi3up 2 года назад +1

      If ur using an ACID based database, it has consistency..it will take care of each transaction should have its own isolation state. But if it's an NOSQL, SINCE its eventually consistent don't try to use unique primary number try to generate ur unique I'd or guid based on timestamp which it's already offering ..

  • @vijeandran
    @vijeandran 2 года назад

    thank u

  • @kabirnarayanjha
    @kabirnarayanjha 3 года назад +2

    Sir can you please provide source code?

  • @joyjitpal
    @joyjitpal 4 года назад +1

    What is a flask ?

    • @viswatejaforu
      @viswatejaforu  4 года назад

      Flask is a python package used to expose REST APIs