diff --git a/assets/opensource-tools.jpg b/assets/opensource-tools.jpg new file mode 100644 index 0000000..0f0e0aa Binary files /dev/null and b/assets/opensource-tools.jpg differ diff --git a/slides.md b/slides.md index f603cb3..06be31e 100644 --- a/slides.md +++ b/slides.md @@ -38,6 +38,28 @@ Workshop The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://sli.dev/guide/syntax.html#notes) --> +--- +transition: slide-left +--- + +# Notices & Disclaimers +
+Notices & Disclaimers + +Intel technologies may require enabled hardware, software or service activation. + +No product or component can be absolutely secure. + +Your costs and results may vary. + +Intel does not control or audit third-party data. You should consult other sources to evaluate accuracy. + +© Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others. + + + --- transition: slide-left --- @@ -47,7 +69,7 @@ transition: slide-left
  • Introduction to AI and CV
  • AI and CV Basics
  • Intel SW and HW
  • -
  • Hands-on with openVINO
  • +
  • Hands-on with OpenVINO
  • Questions
  • @@ -111,7 +133,7 @@ transition: slide-left @@ -207,12 +226,12 @@ transition: slide-left --- transition: slide-left --- -# Facial Recognition Use Cases +# Surveillance and Security Use Cases * Facial Authentication * Buildings * Phones -* Criminal detection +* Person of interest detection * Airports * Stores @@ -259,7 +278,7 @@ flowchart LR data["Data Collection"] model["Model Creation"] inference["Inferencing Application"] - data --> Annotation --> Training --> model --> inference + data --> Annotation --> Training --> model --> inference --> data ``` @@ -365,7 +384,7 @@ transition: slide-left transition: slide-left --- -# Intel openVINO +# Intel OpenVINO * Opensource toolkit that accelerates AI inference. * Used for AI development and integration of deep learning in domains like computer vision, LLM and genAI. @@ -382,7 +401,7 @@ transition: slide-left transition: slide-left --- -# Intel openVINO Model Server +# Intel OpenVINO Model Server * A scalable inference server for models opmitized with OpenVINO. @@ -411,6 +430,27 @@ transition: slide-left + +--- +transition: slide-left +--- + +# Intel Open-Source Contributions + +* Pytorch +* TensorFlow +* openCV +* Python +* Scikit-learn + +
    + +
    + + + --- transition: side-left --- @@ -461,7 +501,7 @@ layout: cover background: ./images/background.jpg --- -# Hands-on with openVINO +# Hands-on with OpenVINO