Skip to content

dl-wb-experiments/workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVINO™ Deep Learning Workbench workshops

Workshops:

  1. Computer Vision: Creating an application for detecting face masks using OpenVINO™
  2. Natural Language Processing: Creating an application for automatic detection of toxic comments using transformers and OpenVINO™

How to run the notebook

  1. Clone the repository:
git clone git@github.com:dl-wb-experiments/workshops.git
cd workshops
  1. Create and activate a virtual environment:
python3 -m virtualenv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run a workshop:
    1. Computer Vision notebook
    2. Natural Language Processing notebook