Skip to content

cheperuiz/hackerdojo-pythonistas

Repository files navigation

hackerdojo-pythonistas

Hacker Dojo Python Sessions (sponsored by Intel)

Intro

Welcome to the Python sessions at Hacker Dojo. The Hacker Dojo is a community of engineers, artists, scientists, activists, entrepreneurs and other creative people centered around a co-working and social facility. Feel free to drop by and see for yourself what the Dojo is all about.

These sessions are sponsored by Intel. Take a look at this post about How to put your Python skills to work.

You will learn about the Edge AI Certification and the 30-Day AI Dev Challenge

Consider joining the challenge!

Prerequisites

Please have installed:

  • VS Code (or any other python-friendly IDE)
    • Install extensions for python development: Python (by Microsoft, it includes Pylance and some other useful tools).
    • Configure Black as a formatter and enable Format on Save option.
    • (Optional) Add black argument: --line-length=110.
  • Python 3.8+

Sessions

Here's the summary of each session:

Session 1

Session 2

Major Dependencies

  • Jupyter lab/notebook python3 -m pip install jupyter-lab or python3 -m pip install notebook
  • OpenCV
    • Linux: Use your preferred package manager or install from source
    • Mac: Use homebrew
    • Windows: Follow the instructions on this blog post: https://learnopencv.com/install-opencv-on-windows/
  • OpenVINO
    • For x86_64 follow: https://docs.openvino.ai/latest/openvino_docs_install_guides_install_runtime.html
    • For Apple Silicon (build from source): https://github.com/openvinotoolkit/openvino/wiki

About

Hacker Dojo Python Sessions (sponsored by Intel)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published