From 001a8d7bfc577e8f42eda28c62633b9844f2086f Mon Sep 17 00:00:00 2001 From: Plutoaurus <108938674+Plutoaurus@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:16:08 +0000 Subject: [PATCH 1/6] Create Installing on Windows 11.md Create file --- docs/Installing on Windows 11.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/Installing on Windows 11.md diff --git a/docs/Installing on Windows 11.md b/docs/Installing on Windows 11.md new file mode 100644 index 0000000..e400a0a --- /dev/null +++ b/docs/Installing on Windows 11.md @@ -0,0 +1,8 @@ +Installing on Windows 11 + +1. Download the latest version here + + + + +Creddit: u/Stevosworld - https://www.reddit.com/r/BlueIris/comments/1gfi96k/heres_a_10_step_program_to_fresh_install/ From 3d543333ce17e33e75f0bc45fe270efa9d7d3151 Mon Sep 17 00:00:00 2001 From: Plutoaurus <108938674+Plutoaurus@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:51:20 +0000 Subject: [PATCH 2/6] Update Installing on Windows 11.md --- docs/Installing on Windows 11.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/Installing on Windows 11.md b/docs/Installing on Windows 11.md index e400a0a..6a6bae9 100644 --- a/docs/Installing on Windows 11.md +++ b/docs/Installing on Windows 11.md @@ -1,8 +1,36 @@ -Installing on Windows 11 +**Installing on Windows 11 +** -1. Download the latest version here +**With Nvidia GPU** +Download and install the graphics driver for your card +https://www.nvidia.com/en-gb/drivers/ +**Download all the bits you need** +D-1. Download Microsoft .Net [here](https://dotnet.microsoft.com/en-us/download) (Current compatible version .Net 9) +D-2. Download the latest CodeProject AI Server version [here](https://codeproject.github.io/) +D-3. Download models that CodeProject AI uses to detect motion, face processing etc. + - Goto the github repository, click the green **Code** button then **Download ZIP** + - YOLOv8 (Newer GPUs) [here](https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8) https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8 + - Face Processing [here](https://github.com/codeproject/CodeProject.AI-FaceProcessing) https://github.com/codeproject/CodeProject.AI-FaceProcessing +**Extract the files** +-Right click, extract all on the following- +E-1. Extract the CodeProject AI Server from step D-2 (CodeProject.AI-Server_*version*_win_x64.zip) +E-2. Extract the modules from step D-3 (CodeProject.AI-ObjectDetectionYOLOv8-main.zip, CodeProject.AI-FaceProcessing-main.zip) +**Install** +I-1. Install Microsoft .Net (dotnet-sdk-*version*-win-x64.exe) from step D-1 +I-2. Right click and Run As Administrator the CodeProject AI Server Installer from extracted folder in step E-1 (CodeProject.AI-Server_*version*_win_x64.exe) + -****Important: Untick all modules as these will timeout and you will likely need to uninstall and start again **** +I-3. Once the server has installed. Copy the extracted modules to C:\Program Files\CodeProject\AI\modules, + - CodeProject.AI-ObjectDetectionYOLOv8-main & + - CodeProject.AI-FaceProcessing-main + Now going to C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main folder, you should see many files. If you see another folder called odeProject.AI-ObjectDetectionYOLOv8-main then you need to copy this up a level. +I-4. Open an elevated command prompt (click start, type cmd, right click, Run as administrator) and navigate into the module directory (_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main_) +I-5. Now enter "..\..\setup" to install the module and wait for it to finish. +I-6. Now install any other modules, e.g. in the same elevated command prompt window, enter "_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-FaceProcessing-main_" then again run _..\..\setup_ and wait for it to complete. +I-7. Restart your server, then load up the CodeProject AI Server Dashboard from the start menu. +I-8. If modules havnt already started, click the play button next to each. +I-9. If it detects a GPU it will automatically switch from CPU to GPU (CUDA) Creddit: u/Stevosworld - https://www.reddit.com/r/BlueIris/comments/1gfi96k/heres_a_10_step_program_to_fresh_install/ From ce7b88e0709f61aacbaf2c17fde4fa1714e2fed1 Mon Sep 17 00:00:00 2001 From: Plutoaurus <108938674+Plutoaurus@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:56:09 +0000 Subject: [PATCH 3/6] Update Installing on Windows 11.md --- docs/Installing on Windows 11.md | 65 ++++++++++++++++---------------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/docs/Installing on Windows 11.md b/docs/Installing on Windows 11.md index 6a6bae9..d99143b 100644 --- a/docs/Installing on Windows 11.md +++ b/docs/Installing on Windows 11.md @@ -1,36 +1,37 @@ **Installing on Windows 11 ** -**With Nvidia GPU** -Download and install the graphics driver for your card -https://www.nvidia.com/en-gb/drivers/ - -**Download all the bits you need** -D-1. Download Microsoft .Net [here](https://dotnet.microsoft.com/en-us/download) (Current compatible version .Net 9) -D-2. Download the latest CodeProject AI Server version [here](https://codeproject.github.io/) -D-3. Download models that CodeProject AI uses to detect motion, face processing etc. - - Goto the github repository, click the green **Code** button then **Download ZIP** - - YOLOv8 (Newer GPUs) [here](https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8) https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8 - - Face Processing [here](https://github.com/codeproject/CodeProject.AI-FaceProcessing) https://github.com/codeproject/CodeProject.AI-FaceProcessing - -**Extract the files** --Right click, extract all on the following- -E-1. Extract the CodeProject AI Server from step D-2 (CodeProject.AI-Server_*version*_win_x64.zip) -E-2. Extract the modules from step D-3 (CodeProject.AI-ObjectDetectionYOLOv8-main.zip, CodeProject.AI-FaceProcessing-main.zip) - -**Install** -I-1. Install Microsoft .Net (dotnet-sdk-*version*-win-x64.exe) from step D-1 -I-2. Right click and Run As Administrator the CodeProject AI Server Installer from extracted folder in step E-1 (CodeProject.AI-Server_*version*_win_x64.exe) - -****Important: Untick all modules as these will timeout and you will likely need to uninstall and start again **** -I-3. Once the server has installed. Copy the extracted modules to C:\Program Files\CodeProject\AI\modules, - - CodeProject.AI-ObjectDetectionYOLOv8-main & - - CodeProject.AI-FaceProcessing-main - Now going to C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main folder, you should see many files. If you see another folder called odeProject.AI-ObjectDetectionYOLOv8-main then you need to copy this up a level. -I-4. Open an elevated command prompt (click start, type cmd, right click, Run as administrator) and navigate into the module directory (_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main_) -I-5. Now enter "..\..\setup" to install the module and wait for it to finish. -I-6. Now install any other modules, e.g. in the same elevated command prompt window, enter "_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-FaceProcessing-main_" then again run _..\..\setup_ and wait for it to complete. -I-7. Restart your server, then load up the CodeProject AI Server Dashboard from the start menu. -I-8. If modules havnt already started, click the play button next to each. -I-9. If it detects a GPU it will automatically switch from CPU to GPU (CUDA) - +**With Nvidia GPU** +Download and install the graphics driver for your card +https://www.nvidia.com/en-gb/drivers/ + +**Download all the bits you need** +D-1. Download Microsoft .Net [here](https://dotnet.microsoft.com/en-us/download) (Current compatible version .Net 9) +D-2. Download the latest CodeProject AI Server version [here](https://codeproject.github.io/) +D-3. Download models that CodeProject AI uses to detect motion, face processing etc. + + - Goto the github repository, click the green **Code** button then **Download ZIP** + - YOLOv8 (Newer GPUs) [here](https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8) https://github.com/codeproject/CodeProject.AI-ObjectDetectionYOLOv8 + - Face Processing [here](https://github.com/codeproject/CodeProject.AI-FaceProcessing) https://github.com/codeproject/CodeProject.AI-FaceProcessing + +**Extract the files** +-Right click, extract all on the following- +E-1. Extract the CodeProject AI Server from step D-2 (CodeProject.AI-Server_*version*_win_x64.zip) +E-2. Extract the modules from step D-3 (CodeProject.AI-ObjectDetectionYOLOv8-main.zip, CodeProject.AI-FaceProcessing-main.zip) + +**Install** +I-1. Install Microsoft .Net (dotnet-sdk-*version*-win-x64.exe) from step D-1 +I-2. Right click and Run As Administrator the CodeProject AI Server Installer from extracted folder in step E-1 (CodeProject.AI-Server_*version*_win_x64.exe) + **Important: Untick all modules as these will timeout and you will likely need to uninstall and start again** +I-3. Once the server has installed. Copy the extracted modules to C:\Program Files\CodeProject\AI\modules, + - CodeProject.AI-ObjectDetectionYOLOv8-main & + - CodeProject.AI-FaceProcessing-main + Now going to C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main folder, you should see many files. If you see another folder called odeProject.AI-ObjectDetectionYOLOv8-main then you need to copy this up a level. +I-4. Open an elevated command prompt (click start, type cmd, right click, Run as administrator) and navigate into the module directory (_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main_) +I-5. Now enter "..\..\setup" to install the module and wait for it to finish. +I-6. Now install any other modules, e.g. in the same elevated command prompt window, enter "_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-FaceProcessing-main_" then again run _..\..\setup_ and wait for it to complete. +I-7. Restart your server, then load up the CodeProject AI Server Dashboard from the start menu. +I-8. If modules havnt already started, click the play button next to each. +I-9. If it detects a GPU it will automatically switch from CPU to GPU (CUDA) + Creddit: u/Stevosworld - https://www.reddit.com/r/BlueIris/comments/1gfi96k/heres_a_10_step_program_to_fresh_install/ From a057f6e8a0b155b4485f03cce95f87636167c9de Mon Sep 17 00:00:00 2001 From: Plutoaurus <108938674+Plutoaurus@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:04:54 +0000 Subject: [PATCH 4/6] Rename Installing on Windows 11.md to Installing-on-Windows-11.md --- docs/{Installing on Windows 11.md => Installing-on-Windows-11.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{Installing on Windows 11.md => Installing-on-Windows-11.md} (100%) diff --git a/docs/Installing on Windows 11.md b/docs/Installing-on-Windows-11.md similarity index 100% rename from docs/Installing on Windows 11.md rename to docs/Installing-on-Windows-11.md From cee42f9744852516b9df9aa3c7d49e185aeb162f Mon Sep 17 00:00:00 2001 From: Plutoaurus <108938674+Plutoaurus@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:06:31 +0000 Subject: [PATCH 5/6] Update README.md Replace broken link: Installing CodeProject.AI on your machine. With new doc file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fcba50..a38838a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The current release provides support for CPU on each platform, DirectML on Windo ## How to Guides - - [Installing CodeProject.AI on your machine](https://codeproject.github.io/codeproject.ai/why/install_on_windows.html). For those who have CodeProject.AI integrated with Home Assist or Blue Iris + - [Installing CodeProject.AI on Windows](docs/Installing-on-Windows-11.md). For those who have CodeProject.AI integrated with Home Assist or Blue Iris - [Setting up the development environment](https://codeproject.github.io/codeproject.ai/devguide/install_dev.html) (spoiler: it's easy!) - [Running in Docker](https://codeproject.github.io/codeproject.ai/install/running_in_docker.html) - Setup or install issues? See the [FAQs](https://codeproject.github.io/codeproject.ai/faq/index.html) From 04fbce920f1a163b5a83a204bba933870acd8b29 Mon Sep 17 00:00:00 2001 From: Plutoaurus <108938674+Plutoaurus@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:07:41 +0000 Subject: [PATCH 6/6] Update Installing-on-Windows-11.md formatting --- docs/Installing-on-Windows-11.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Installing-on-Windows-11.md b/docs/Installing-on-Windows-11.md index d99143b..c45bcfe 100644 --- a/docs/Installing-on-Windows-11.md +++ b/docs/Installing-on-Windows-11.md @@ -23,10 +23,12 @@ E-2. Extract the modules from step D-3 (CodeProject.AI-ObjectDetectionYOLOv8-mai I-1. Install Microsoft .Net (dotnet-sdk-*version*-win-x64.exe) from step D-1 I-2. Right click and Run As Administrator the CodeProject AI Server Installer from extracted folder in step E-1 (CodeProject.AI-Server_*version*_win_x64.exe) **Important: Untick all modules as these will timeout and you will likely need to uninstall and start again** + I-3. Once the server has installed. Copy the extracted modules to C:\Program Files\CodeProject\AI\modules, - CodeProject.AI-ObjectDetectionYOLOv8-main & - CodeProject.AI-FaceProcessing-main Now going to C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main folder, you should see many files. If you see another folder called odeProject.AI-ObjectDetectionYOLOv8-main then you need to copy this up a level. + I-4. Open an elevated command prompt (click start, type cmd, right click, Run as administrator) and navigate into the module directory (_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-ObjectDetectionYOLOv8-main_) I-5. Now enter "..\..\setup" to install the module and wait for it to finish. I-6. Now install any other modules, e.g. in the same elevated command prompt window, enter "_cd C:\Program Files\CodeProject\AI\modules\CodeProject.AI-FaceProcessing-main_" then again run _..\..\setup_ and wait for it to complete.