Skip to content

Commit bd64e4f

Browse files
author
Chris Maunder
committed
2 parents c75b14e + 9f84c1e commit bd64e4f

File tree

16 files changed

+83
-37
lines changed

16 files changed

+83
-37
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
# CodeProject.AI Server
1111

12-
[**Download the latest version**](https://www.codeproject.com/ai/latest.aspx)
12+
[**Download the latest version**](https://codeproject.github.io/codeproject.ai/latest.html)
1313

1414
A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any
1515
platform, any language. It can be installed locally, required no off-device or out of network data
1616
transfer, and is easy to use.
1717

18-
![Object detection](https://www.codeproject.com/ai/docs/img/DetectThings.png)
18+
![Object detection](https://codeproject.github.io/codeproject.ai/img/DetectThings.png)
1919

2020
# Supported Platforms
2121

2222
<div style="width:75%;min-width:700px;margin:30px auto">
2323

24-
| <img src="https://www.codeproject.com/ai/docs/img/windows.svg" title="Windows" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/macos.svg" title="macOS" style="width:72px"> | <img src="https://www.codeproject.com/ai/docs/img/apple-silicon.svg" title="Apple Silicon" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/Ubuntu.svg" title="Ubuntu" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/RaspberryPi64.svg" title="Raspberry Pi arm64" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/docker.svg" title="Docker" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/VisualStudio.svg" title="Visual Studio" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/VisualStudioCode.svg" title="Visual Studio Code" style="width:64px"> |
24+
| <img src="https://codeproject.github.io/codeproject.ai/img/windows.svg" title="Windows" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/macos.svg" title="macOS" style="width:72px"> | <img src="https://codeproject.github.io/codeproject.ai/img/apple-silicon.svg" title="Apple Silicon" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/Ubuntu.svg" title="Ubuntu" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/RaspberryPi64.svg" title="Raspberry Pi arm64" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/docker.svg" title="Docker" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/VisualStudio.svg" title="Visual Studio" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/VisualStudioCode.svg" title="Visual Studio Code" style="width:64px"> |
2525
| :------: | :---: | :---------: | :-----: | :----: | :----: | :--------------------: | :-------------------: |
2626
| Windows | macOS | macOS arm64 | Ubuntu / Debian | Raspberry&nbsp;Pi arm64 | Docker | Visual Studio<br>2019+ | Visual Studio<br>Code |
2727

@@ -32,15 +32,15 @@ transfer, and is easy to use.
3232

3333
1. AI programming is something every single developer should be aware of. We wanted a fun project we could use to help teach developers and get them involved in AI. We'll be using CodeProject.AI as a focus for articles and exploration to make it fun and painless to learn AI programming.
3434

35-
3. We got sick of fighting versions and libraries and models and being blocked by tiny annoying things every step of the way. So we put put this together so we could save you the frustation. We'll take care of the housekeeping, you focus on the code.
35+
3. We got sick of fighting versions and libraries and models and being blocked by tiny annoying things every step of the way. So we put put this together so we could save you the frustration. We'll take care of the housekeeping, you focus on the code.
3636

3737
2. We also got sick of needing to sign up to potentially expensive services for AI functionality. This is something we need, and by sharing maybe you can use it too, and hopefully add your own modules and improvements along the way.
3838

3939
## Cut to the chase: how do I play with it?
4040

4141
### 1: Running and playing with the features
4242

43-
1. [**Download the latest version**](https://www.codeproject.com/ai/latest.aspx), install, and launch the shortcut to the server's dashboard on your desktop.
43+
1. [**Download the latest version**](https://codeproject.github.io/codeproject.ai/latest.html), install, and launch the shortcut to the server's dashboard on your desktop.
4444
2. On the dashboard, top and centre, is a link to the CodeProject.AI Explorer. Open that and play!
4545

4646
### 2: Running and debugging the code
@@ -127,8 +127,8 @@ The current release provides support for CPU on each platform, DirectML on Windo
127127

128128
## How to Guides
129129

130-
- [Installing CodeProject.AI on your machine](https://www.codeproject.com/ai/docs/why/install_on_windows.html). For those who have CodeProject.AI integrated with Home Assist or Blue Iris
131-
- [Setting up the development environment](https://www.codeproject.com/ai/docs/devguide/install_dev.html) (spoiler: it's easy!)
132-
- [Running in Docker](https://www.codeproject.com/ai/docs/why/running_in_docker.html)
133-
- Setup or install issues? See [Common Errors](https://www.codeproject.com/ai/docs/devguide/common_errors.html)
130+
- [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
131+
- [Setting up the development environment](https://codeproject.github.io/codeproject.ai/devguide/install_dev.html) (spoiler: it's easy!)
132+
- [Running in Docker](https://codeproject.github.io/codeproject.ai/why/running_in_docker.html)
133+
- Setup or install issues? See [Common Errors](https://codeproject.github.io/codeproject.ai/devguide/common_errors.html)
134134

modules/ObjectDetectionYOLOv5-6.2/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"License": "GPL-3.0",
1212
"LicenseUrl": "https://opensource.org/licenses/GPL-3.0",
1313
"Author": "Matthew Dennis",
14-
"Homepage": "https://codeproject.com/ai",
14+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1515
"BasedOn": "Ultralytics YOLOv5",
1616
"BasedOnUrl": "https://github.com/ultralytics/yolov5"
1717
},

modules/ObjectDetectionYOLOv5Net/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"License": "MIT",
1313
"LicenseUrl": "https://opensource.org/licenses/MIT",
1414
"Author": "Matthew Dennis",
15-
"Homepage": "https://codeproject.com/ai",
15+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1616
"BasedOn": "yolov5-net",
1717
"BasedOnUrl": "https://github.com/techwingslab/yolov5-net"
1818
},

src/SDK/NET/Common/VersionInfo.cs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
namespace CodeProject.AI.SDK.Common
44
{
5+
/// <summary>
6+
/// Maps to the server's version.json file
7+
/// </summary>
8+
public class VersionFileContents
9+
{
10+
public class VersionSectionWrap
11+
{
12+
/// <summary>
13+
/// The Version info
14+
/// </summary>
15+
public VersionInfo? VersionInfo { get; set; } = null;
16+
}
17+
18+
public VersionSectionWrap? VersionSection { get; set; } = null;
19+
}
20+
521
/// <summary>
622
/// The current version of the server.
723
/// </summary>

src/demos/clients/Javascript/Vision.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@
10571057
<div class=" mx-auto p-3" style="max-width:1100px;">
10581058

10591059
<div class="w-100 header d-flex justify-content-between">
1060-
<a href="https://www.codeproject.com" style="margin:2px 0 2px 5px">
1060+
<a href="https://codeproject.github.io/codeproject.ai" style="margin:2px 0 2px 5px">
10611061
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
10621062
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" role="img"
10631063
style="height: 60px; margin-right: -12px;">
@@ -1108,7 +1108,7 @@
11081108

11091109
<!--<div style="font-size: 2.1rem; margin-top: 12px;">CodeProject.AI Explorer</div>-->
11101110

1111-
<a href="https://www.codeproject.com/ai" style="margin:0px 5px 0 0">
1111+
<a href="https://codeproject.github.io/codeproject.ai" style="margin:0px 5px 0 0">
11121112
<svg viewBox="0 0 660 160" xmlns="http://www.w3.org/2000/svg" style="height:60px">
11131113
<defs>
11141114
<style>

src/demos/modules/DotNetLongProcess/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"License": "MIT",
1313
"LicenseUrl": "https://opensource.org/licenses/MIT",
1414
"Author": "Chris Maunder",
15-
"Homepage": "https://codeproject.com/ai",
15+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1616
"BasedOn": null,
1717
"BasedOnUrl": null
1818
},

src/demos/modules/DotNetSimple/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"License": "MIT",
1313
"LicenseUrl": "https://opensource.org/licenses/MIT",
1414
"Author": "Chris Maunder",
15-
"Homepage": "https://codeproject.com/ai",
15+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1616
"BasedOn": "Yolov8.Net",
1717
"BasedOnUrl": "https://github.com/sstainba/Yolov8.Net"
1818
},

src/demos/modules/PythonLongProcess/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"License": "MIT",
1414
"LicenseUrl": "",
1515
"Author": "Chris Maunder",
16-
"Homepage": "https://codeproject.com/ai",
16+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1717
"BasedOn": "",
1818
"BasedOnUrl": ""
1919
},

src/demos/modules/PythonSimple/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"License": "AGPL-3.0",
1212
"LicenseUrl": "https://www.gnu.org/licenses/agpl-3.0.en.html",
1313
"Author": "Chris Maunder",
14-
"Homepage": "https://codeproject.com/ai",
14+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1515
"BasedOn": "ultralytics",
1616
"BasedOnUrl": "https://github.com/ultralytics/ultralytics"
1717
},

src/server/Modules/ModuleInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public async Task<List<ModuleDescription>> GetInstallableModulesAsync()
269269
#if DEBUG
270270
TimeSpan checkInterval = TimeSpan.FromSeconds(15);
271271
#else
272-
TimeSpan checkInterval = TimeSpan.FromMinutes(5);
272+
TimeSpan checkInterval = TimeSpan.FromHours(24);
273273
#endif
274274
List<ModuleDescription>? downloadableModuleList = null;
275275

0 commit comments

Comments
 (0)