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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ transfer, and is easy to use.
20
20
21
21
</div>
22
22
23
+
23
24
# Why
24
25
25
26
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.
@@ -90,7 +91,7 @@ It can detect stuff!
90
91
91
92
CodeProject.AI can currently
92
93
93
-
- Detect objects in images
94
+
- Detect objects in images, including using custom models
94
95
- Detect faces in images
95
96
- Detect the type of scene represented in an image
96
97
- Recognise faces that have been registered with the service
@@ -112,13 +113,11 @@ We will be constantly expanding the feature list.
112
113
113
114
#### Supported Development Environments
114
115
115
-
116
116
This current release works in Visual Studio 2019+ on Windows 10+, and Visual Studio Code on Windows 10+. Ubuntu and macOS (both Intel and Apple Silicon).
117
117
118
118
The current release supports CPU on each platform, as well as nVidia CUDA GPUs on Windows. Future releases will expand GPU support to Docker and other cards.
119
119
120
120
121
-
122
121
## How to Guides
123
122
124
123
-[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
0 commit comments