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
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 SenseAI as a focus for articles and exploration to make it fun and painless to learn AI programming.
25
+
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 Server as a focus for articles and exploration to make it fun and painless to learn AI programming.
26
26
27
-
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.
27
+
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.
28
28
29
29
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.
30
30
31
31
## Cut to the chase: how do I play with it?
32
32
33
33
### 1: Running and playing with the features
34
34
35
-
1. [**Download the latest version**](https://www.codeproject.com/ai/sense/latest.aspx), install, and launch the shortcut to the server's dashboard on your desktop.
36
-
2. On the dashboard, top and centre, is a link to the CodeProject AI Explorer. Open that and play!
35
+
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.
36
+
2. On the dashboard, top and centre, is a link to the CodeProject.AI Server Explorer. Open that and play!
37
37
38
38
### 2: Running and debugging the code
39
39
40
-
1. Clone the CodeProjectAI reposotory.
40
+
1. Clone the CodeProject.AI Server repository.
41
41
2. Make sure you have Visual Studio Code or Visual Studio 2019+ installed.
42
42
3. Run the setup script in /Installers/Dev
43
43
4. Debug the front-end server application (see notes below, but it's easy)
@@ -73,12 +73,12 @@ function detectScene(fileChooser) {
73
73
</html>
74
74
```
75
75
76
-
You can include the CodeProject AI installer (or just a link to the latest version of the installer) in your own apps and installers and voila, you have an AI enabled app.
76
+
You can include the CodeProject.AI Server installer (or just a link to the latest version of the installer) in your own apps and installers and voila, you have an AI enabled app.
77
77
78
78
79
79
## What does it include?
80
80
81
-
CodeProject AI includes
81
+
CodeProject.AI Server includes
82
82
83
83
1. **A HTTP REST API Server.** The server listens for requests from other apps, passes them to the backend analysis services for processing, and then passes the results back to the caller. It runs as a simple self contained web service on your device.
84
84
2. **Backend Analysis services**. The brains of the operation is in the analysis services sitting behind the front end API. All processing of data is done on the current machine. No calls to the cloud and no data leaving the device.
@@ -88,22 +88,22 @@ CodeProject AI includes
88
88
89
89
It can detect stuff!
90
90
91
-
This CodeProjectAI container can
91
+
CodeProject.AI Server can currently
92
92
93
93
- Detect objects in images
94
94
- Detect faces in images
95
95
- Detect the type of scene represented in an image
96
96
- Recognise faces that have been registered with the service
97
-
- Provide Custom object detection. We include a license plate detector, but you can add other detection models.
97
+
- Perform detection using custom models
98
98
99
-
The development version of CodeProject.AI includes other modules including further image processing, text processing and demo modules to help you understand how to add your own modules and to explore the possibilities. We will be constantly expanding the feature list.
99
+
We will be constantly expanding the feature list.
100
100
101
101
## Our Goals
102
102
103
-
1. **To promote AI development** and inspire the AI developer community to dive in and have a go. AI is here, it's in demand, and it's a huge paradigm change in the industry. Whether you like AI or not, developers owe it to themselves to experiment in and familiarise themselves with the technology. This is CodeProject AI: a demonstration, a playground, a learning tool, and a library and service that can be used out of the box.
103
+
1. **To promote AI development** and inspire the AI developer community to dive in and have a go. AI is here, it's in demand, and it's a huge paradigm change in the industry. Whether you like AI or not, developers owe it to themselves to experiment in and familiarise themselves with the technology. This is CodeProject.AI Server: a demonstration, a playground, a learning tool, and a library and service that can be used out of the box.
104
104
2. **To make AI development *easy***. It's not that AI development is that hard. It's that there are so, so many options. Our architecture is designed to allow any AI implementation to find a home in our system, and for our service to be callable from any language.
105
105
3. **To focus on core use-cases**. We're deliberately not a solution for everyone. Instead we're a solution for common day-to-day needs. We will be adding dozens of modules and scores of AI capabilities to our system, but our goal is always clarity and simplicity over a 100% solution.
106
-
4. **To tap the expertise of the Developer Community**. We're not experts but we know a developer or two out there who are. The true power of CodeProject AI comes from the contributions and improvements from our AI community.
106
+
4. **To tap the expertise of the Developer Community**. We're not experts but we know a developer or two out there who are. The true power of CodeProject.AI Server comes from the contributions and improvements from our AI community.
107
107
108
108
109
109
#### Supported Development Environments
@@ -113,8 +113,8 @@ This current release works in Visual Studio 2019+ on Windows 10+, and Visual Stu
113
113
114
114
## How to Guides
115
115
116
-
- [Installing CodeProjectAI on your machine](https://www.codeproject.com/ai/senseai/why/install_on_windows.html). For those who have CodeProject AI integrated with HomeAssist or Blue Iris
117
-
- [Setting up the development environment](https://www.codeproject.com/ai/senseai/devguide/install_dev.html) (spoiler: it's easy!)
118
-
- [Running in Docker](https://www.codeproject.com/ai/senseai/why/running_in_docker.html)
119
-
- Setup or install issues? See [Common Errors](https://www.codeproject.com/ai/senseai/devguide/common_errors.html)
116
+
- [Installing CodeProject.AI Server on your machine](https://www.codeproject.com/ai/docs/why/install_on_windows.html). For those who have CodeProject.AI Server integrated with HomeAssist or Blue Iris
117
+
- [Setting up the development environment](https://www.codeproject.com/ai/docs/devguide/install_dev.html) (spoiler: it's easy!)
118
+
- [Running in Docker](https://www.codeproject.com/ai/docs/why/running_in_docker.html)
119
+
- Setup or install issues? See [Common Errors](https://www.codeproject.com/ai/docs/devguide/common_errors.html)
0 commit comments