You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: education-ai-suite/smart-classroom/docs/user-guide/get-started.md
+23-68Lines changed: 23 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,15 @@ To install dependencies, do the following:
10
10
11
11
Download from [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html), and add the `ffmpeg/bin` folder to your system `PATH`.
12
12
13
+
### B. Install DL Streamer
14
+
15
+
Download the archive from [DL Streamer assets on GitHub](https://github.com/open-edge-platform/edge-ai-libraries/releases) Extract to a new folder, for example `C:\\dlstreamer_dlls`.
16
+
17
+
For details, refer to [Install Guide](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/get_started/install/install_guide_windows.html).
18
+
13
19
**Run your shell with admin privileges before starting the application**
> -`smartclassroom_ipex` should only be used with FunAsr and Ipex related models
57
-
> (Specified in 2nd section). Don't configure Openvino related models in `smartclassroom_ipex`
58
-
> - Use `smartclassroom` if you don’t need IPEX. Use `smartclassroom_ipex` if you want IPEX summarization.
59
-
60
-
### E. Install DL Streamer
61
-
62
-
Download the archive from [DL Streamer assets on GitHub](https://github.com/open-edge-platform/edge-ai-libraries/releases) Extract to a new folder, for example `C:\\dlstreamer_dlls`.
63
-
64
-
For details, refer to [Install Guide](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/get_started/install/install_guide_windows.html).
65
-
66
46
## Step 2: Configuration
67
47
68
48
### A. Default Configuration
@@ -71,13 +51,13 @@ By default, the project uses Whisper for transcription and OpenVINO-based Qwen m
0 commit comments