Skip to content

Commit cbee244

Browse files
Added staring instructions
1 parent bd766b5 commit cbee244

File tree

15 files changed

+99
-38
lines changed

15 files changed

+99
-38
lines changed

ai_ref_kits/automated_self_checkout/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ New updates will be added here.
4141

4242
Now, let's dive into the steps starting with installing Python. We recommend using Ubuntu to set up and run this project.
4343

44+
## Star the Repository
45+
46+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
47+
4448
## Installing Prerequisites
4549

4650
This project requires Python 3.9 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

ai_ref_kits/conversational_ai_chatbot/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ New updates will be added to this contents list.
4444

4545
To get started with the Conversational AI Chatbot, you install Python, set up your environment, and then you can run the application.
4646

47+
## Star the Repository
48+
49+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
50+
4751
## Install Prerequisites
4852

4953
This project requires Python 3.10 or higher and a few libraries. If you don't already have Python installed on your machine, go to [https://www.python.org/downloads/](https://www.python.org/downloads/) and download the latest version for your operating system. Follow the prompts to install Python, and make sure to select the option to add Python to your PATH environment variable.

ai_ref_kits/custom_ai_assistant/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ New updates will be added here.
3737

3838
Now, let's dive into the steps starting with installing Python. We recommend using Ubuntu to set up and run this project.
3939

40+
## Star the Repository
41+
42+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
43+
4044
## Installing Prerequisites
4145

4246
This project requires Python 3.10 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

ai_ref_kits/defect_detection_anomalib/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ New updates will be added here.
3838

3939
</details>
4040

41+
## Star the Repository
42+
43+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
44+
4145
# Installing Anomalib
4246

4347
If you have not installed all required dependencies, just run `pip install anomalib` in the same OpenVINO Notebooks environment.

ai_ref_kits/explainable_ai/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ New updates will be added here.
3737

3838
# Getting Started
3939

40+
## Star the Repository
41+
42+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
43+
4044
## Installing Prerequisites
4145

4246
Now, let's dive into the steps starting with installing Python. We recommend using Ubuntu to set up and run this project. This project requires Python 3.9 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

ai_ref_kits/intelligent_queue_management/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ New updates will be added here.
4242

4343
Now, let's dive into the steps starting with installing Python. We recommend using Ubuntu to set up and run this project.
4444

45+
## Star the Repository
46+
47+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
48+
4549
## Installing Prerequisites
4650

4751
This project requires Python 3.9 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

ai_ref_kits/meter_reader/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ New updates will be added here.
3939

4040
Now, let's dive into the steps, starting with installing Python.
4141

42+
## Star the Repository
43+
44+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
45+
4246
## Installing Prerequisites
4347

4448
This project requires Python 3.9 or higher. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

ai_ref_kits/multimodal_ai_visual_generator/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,13 @@ New updates will be added here.
3939
</details>
4040

4141
# Getting Started
42+
4243
Now, let's dive into the steps starting with installing Python.
4344

45+
## Star the Repository
46+
47+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
48+
4449
## Installing Prerequisites
4550

4651
Now, let's dive into the steps starting with installing Python. This project requires Python 3.10 or higher and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.

demos/paint_your_dreams_demo/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Check "Generate endlessly" to generate a new image just after the previous has a
1313

1414
Here are the steps involved in this demo:
1515

16-
Step 0: Install Python and prerequisites
16+
Step 1: Install Python and prerequisites
1717

18-
Step 1: Set up the environment
18+
Step 2: Set up the environment
1919

20-
Step 2: Run the Application
20+
Step 3: Run the Application
2121

2222
Now, let's dive into the steps starting with installing Python.
2323

@@ -27,6 +27,10 @@ Now, let's dive into the steps starting with installing Python.
2727

2828
## Step 0
2929

30+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
31+
32+
## Step 1
33+
3034
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
3135

3236
Install libraries and tools:
@@ -37,7 +41,7 @@ sudo apt install git python3-venv python3-dev
3741

3842
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
3943

40-
## Step 1
44+
## Step 2
4145

4246
1. Clone the Repository
4347

@@ -83,7 +87,7 @@ python -m pip install --upgrade pip
8387
pip install -r requirements.txt
8488
```
8589

86-
## Step 2
90+
## Step 3
8791

8892
To run the application, use the following command:
8993

demos/people_counter_demo/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The demo counts people (or any other selected object) standing in front of the w
66

77
Here are the steps involved in this demo:
88

9-
Step 0: Install Python and prerequisites
9+
Step 1: Install Python and prerequisites
1010

11-
Step 1: Set up the environment
11+
Step 2: Set up the environment
1212

13-
Step 2: Run the Application
13+
Step 3: Run the Application
1414

1515
Now, let's dive into the steps starting with installing Python.
1616

1717
## Step 0
1818

19+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
20+
21+
## Step 1
22+
1923
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
2024

2125
Install libraries and tools:
@@ -26,7 +30,7 @@ sudo apt install git python3-venv python3-dev
2630

2731
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
2832

29-
## Step 1
33+
## Step 2
3034

3135
1. Clone the Repository
3236

@@ -72,7 +76,7 @@ python -m pip install --upgrade pip
7276
pip install -r requirements.txt
7377
```
7478

75-
## Step 2
79+
## Step 3
7680

7781
To run the application, use the following command:
7882

demos/santa_claus_demo/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The demo detects people in front of the webcam and changes them into Santa Claus
66

77
Here are the steps involved in this demo:
88

9-
Step 0: Install Python and prerequisites
9+
Step 1: Install Python and prerequisites
1010

11-
Step 1: Set up the environment
11+
Step 2: Set up the environment
1212

13-
Step 2: Run the Application
13+
Step 3: Run the Application
1414

1515
Now, let's dive into the steps starting with installing Python.
1616

1717
## Step 0
1818

19+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
20+
21+
## Step 1
22+
1923
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
2024

2125
Install libraries and tools:
@@ -26,7 +30,7 @@ sudo apt install git python3-venv python3-dev
2630

2731
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
2832

29-
## Step 1
33+
## Step 2
3034

3135
1. Clone the Repository
3236

@@ -72,7 +76,7 @@ python -m pip install --upgrade pip
7276
pip install -r requirements.txt
7377
```
7478

75-
## Step 2
79+
## Step 3
7680

7781
To run the application, use the following command:
7882

demos/spooky_demo/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The demo detects people in front of the webcam and changes them into skeletons w
66

77
Here are the steps involved in this demo:
88

9-
Step 0: Install Python and prerequisites
9+
Step 1: Install Python and prerequisites
1010

11-
Step 1: Set up the environment
11+
Step 2: Set up the environment
1212

13-
Step 2: Run the Application
13+
Step 3: Run the Application
1414

1515
Now, let's dive into the steps starting with installing Python.
1616

1717
## Step 0
1818

19+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
20+
21+
## Step 1
22+
1923
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
2024

2125
Install libraries and tools:
@@ -26,7 +30,7 @@ sudo apt install git python3-venv python3-dev
2630

2731
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
2832

29-
## Step 1
33+
## Step 2
3034

3135
1. Clone the Repository
3236

@@ -72,7 +76,7 @@ python -m pip install --upgrade pip
7276
pip install -r requirements.txt
7377
```
7478

75-
## Step 2
79+
## Step 3
7680

7781
To run the application, use the following command:
7882

demos/spot_a_defect_demo/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The demo detects, tracks and counts defined objects in front of the webcam. The
66

77
Here are the steps involved in this demo:
88

9-
Step 0: Install Python and prerequisites
9+
Step 1: Install Python and prerequisites
1010

11-
Step 1: Set up the environment
11+
Step 2: Set up the environment
1212

13-
Step 2: Run the Application
13+
Step 3: Run the Application
1414

1515
Now, let's dive into the steps starting with installing Python.
1616

1717
## Step 0
1818

19+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
20+
21+
## Step 1
22+
1923
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
2024

2125
Install libraries and tools:
@@ -26,7 +30,7 @@ sudo apt install git python3-venv python3-dev
2630

2731
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
2832

29-
## Step 1
33+
## Step 2
3034

3135
1. Clone the Repository
3236

@@ -72,7 +76,7 @@ python -m pip install --upgrade pip
7276
pip install -r requirements.txt
7377
```
7478

75-
## Step 2
79+
## Step 3
7680

7781
To run the application, use the following command:
7882

demos/strike_a_pose_demo/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ The demo estimates poses of all people standing in front of the webcam. It's goo
66

77
Here are the steps involved in this demo:
88

9-
Step 0: Install Python and prerequisites
9+
Step 1: Install Python and prerequisites
1010

11-
Step 1: Set up the environment
11+
Step 2: Set up the environment
1212

13-
Step 2: Run the Application
13+
Step 3: Run the Application
1414

1515
Now, let's dive into the steps starting with installing Python.
1616

1717
## Step 0
1818

19+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
20+
21+
## Step 1
22+
1923
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
2024

2125
Install libraries and tools:
@@ -26,7 +30,7 @@ sudo apt install git python3-venv python3-dev
2630

2731
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
2832

29-
## Step 1
33+
## Step 2
3034

3135
1. Clone the Repository
3236

@@ -72,7 +76,7 @@ python -m pip install --upgrade pip
7276
pip install -r requirements.txt
7377
```
7478

75-
## Step 2
79+
## Step 3
7680

7781
To run the application, use the following command:
7882

demos/virtual_ai_assistant_demo/README.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ The personality and behaviour can be easily changed with the config file (see St
88

99
Here are the steps involved in this demo:
1010

11-
Step 0: Install Python and prerequisites
11+
Step 1: Install Python and prerequisites
1212

13-
Step 1: Set up the environment
13+
Step 2: Set up the environment
1414

15-
Step 2: Create a YAML Personality File
15+
Step 3: Create a YAML Personality File
1616

17-
Step 3: Run the Application
17+
Step 4: Run the Application
1818

1919
Now, let's dive into the steps starting with installing Python.
2020

21-
## Step 0: Install Python and prerequisites
21+
## Step 0
22+
23+
Star the [repository](https://github.com/openvinotoolkit/openvino_build_deploy) (optional, but recommended :))
24+
25+
## Step 1: Install Python and prerequisites
2226

2327
This project requires Python 3.10-3.12 and a few libraries. If you don't have Python installed on your machine, go to https://www.python.org/downloads/ and download the latest version for your operating system. Follow the prompts to install Python, making sure to check the option to add Python to your PATH environment variable.
2428

@@ -30,7 +34,7 @@ sudo apt install git python3-venv python3-dev
3034

3135
_NOTE: If you are using Windows, you may need to install [Microsoft Visual C++ Redistributable](https://aka.ms/vs/16/release/vc_redist.x64.exe) also._
3236

33-
## Step 1: Set up the environment
37+
## Step 2: Set up the environment
3438

3539
1. Clone the Repository
3640

@@ -76,7 +80,7 @@ python -m pip install --upgrade pip
7680
pip install -r requirements.txt
7781
```
7882

79-
## Step 2: Create a YAML Personality File
83+
## Step 3: Create a YAML Personality File
8084

8185
You can create a personality file for your virtual AI assistant using YAML. Each personality can be customized based on the specific role of the assistant, such as a health assistant, bartender, or legal assistant.
8286

@@ -106,7 +110,7 @@ instructions: |
106110
**Note: [Add a disclaimer or key note about what the assistant can and cannot do].**
107111
```
108112
109-
## Step 3: Run the Application
113+
## Step 4: Run the Application
110114
111115
### Access LlaMA
112116
NOTE: If you already have access to the LlaMA model weights, skip to the authentication step, which is mandatory for converting the LlaMA model.

0 commit comments

Comments
 (0)