MLOps for non-DevOps folks, a.k.a. “I have a model, now what?! - Hannes Hapke - ML4ALL 2019

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 7

  • @ana-mariatofan4408
    @ana-mariatofan4408 ปีที่แล้ว

    Why Flask and not FastAPI? FastAPI is more suited to POST calls for example (say you want to give an observation as input and get back a prediction for it) because it also provides an input schema validation mechanism with pydantic. Maybe I am missing something but I am curious regarding this choice.

  • @engkamyabi
    @engkamyabi 4 ปีที่แล้ว +1

    Thanks for the talk. Just a few notes. TF.js can be potentially used in cases with no network by building browser-based desktop apps using frameworks like Electron. Also while cloud options can be more pricy in terms of infrastucture cost but they are usually more managed and requiring less maintenance cost/overhead.

  • @yaseral-hamzi7687
    @yaseral-hamzi7687 4 ปีที่แล้ว +1

    Thanks for this interesting topic. Could you please mention some articles for reference.

  • @ashhere31
    @ashhere31 5 ปีที่แล้ว +1

    Nicely explained many complex stuff. well done

  • @amjds1341
    @amjds1341 3 ปีที่แล้ว +1

    Who are those people who dislikes such informative videos?

  • @AntonioDellElceUK
    @AntonioDellElceUK 3 ปีที่แล้ว +1

    Flask is an API framework, right?