Intel® Distribution of OpenVINO™ Toolkit logo

    Intel® Distribution of OpenVINO™ Toolkit

    Sold by
    An open-source toolkit for optimizing and deploying deep learning models. Boost your AI deep-learning inference performance!

    Ratings and reviews

    3.7
    3 ratings
    4 star
    3 star
    2 star
    67%
    0%
    0%
    0%
    33%
    3 AWS reviews

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (3)
    Gavin

    Run DL Models faster!

    Reviewed on Oct 18, 2023
    Review from a verified AWS customer

    The Intel distribution of OpenVINO AMI is a versatile solution for deep learning inference workloads on AWS. The OpenVINO AMI provides a pre-configured environment for OpenVINO, and preconfigured Jupyter Notebooks which makes it easy to get started and deploy models quickly

    Manikanth

    Easy to use via Jupyter Notebook

    Reviewed on Sep 21, 2021
    Review from a verified AWS customer

    With OpenVINO preinstalled, it is easy to quickly start experimenting with OpenVINO toolkit. Access to OpenVINO jupyter Notebook directly without logging into the console is convienent

    phanimvs

    AWS OpenVino Kit Crashes

    Reviewed on Sep 03, 2021
    Review from a verified AWS customer

    Sir,

    I installed OpenVino Image from AWS Marketplace using SpotInstance

    Did RDP into the instance using the commands below.
    Copying a text with the with right click mouse drag closes the remote desktop.

    Very nice bug sir in the image. Please fix it.


    ------------------------------------------

    sudo yum -y update
    sudo amazon-linux-extras install mate-desktop1.x
    sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
    sudo openssl req -x509 -sha384 -newkey rsa:3072 -nodes -keyout /etc/xrdp/key.pem -out /etc/xrdp/cert.pem -days 365
    sudo yum install xrdp tigervnc-server
    sudo systemctl start xrdp
    sudo systemctl enable xrdp
    sudo passwd ec2-user
    sudo OpenVinoDev1

    /etc/xrdp/xrdp.ini and comment out the line containing “channel_code = 1”.
    sudo sed -i 's/<USER>/ec2-user/' /etc/systemd/system/vncserver@.service

    wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
    sudo yum install ./google-chrome-stable_current_x86_64.rpm
    sudo ln -s /usr/bin/google-chrome-stable /usr/bin/chromium

    sudo file -s /dev/xvdf
    sudo mkfs -t ext4 /dev/xvdf
    sudo mkdir /Data
    sudo mount /dev/xvdf /Data/

    sudo cp /etc/fstab /etc/fstab.bak
    vi /etc/fstab
    /dev/xvdf /Data ext4 default,nofail 0 0
    sudo mount -a