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
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,11 @@
1
-
[](https://open.vscode.dev/codeproject/CodeProject.AI-Server/)[](https://www.python.org/)[](https://www.mongodb.com/licensing/server-side-public-license)[](https://github.com/ellerbrock/open-source-badges/)
1
+
[](https://open.vscode.dev/codeproject/CodeProject.AI-Server/)[](https://dotnet.microsoft.com/)[](https://www.python.org/)[](https://www.mongodb.com/licensing/server-side-public-license)[](https://github.com/ellerbrock/open-source-badges/)
It can run any AI module your imagination and patience can create. Current modules include
94
99
95
-
-Detect objects in images, including using custom models
96
-
-Detect faces in images
97
-
-Detect the type of scene represented in an image
98
-
-Recognise faces that have been registered with the service
100
+
-Generative AI: LLMs for text generation, Text-to-image, and multi-modal LLMs (eg "tell me what's in this picture")
101
+
-Object Detection in images, including using custom models
102
+
-Faces detection and recognition images
103
+
-Scene recognition represented in an image
99
104
- Remove a background from an image
100
105
- Blur a background from an image
101
106
- Enhance the resolution of an image
102
107
- Pull out the most important sentences in text to generate a text summary
103
108
- Prove sentiment analysis on text
109
+
- Sound Classification
104
110
105
111
We will be constantly expanding the feature list.
106
112
@@ -114,9 +120,9 @@ We will be constantly expanding the feature list.
114
120
115
121
#### Supported Development Environments
116
122
117
-
This current release works in Visual Studio 2019+ on Windows 10+, and Visual Studio Code on Windows 10+. Ubuntuand macOS (both Intel and Apple Silicon).
123
+
This current release works best with Visual Studio Code on Windows 10+. Ubuntu, Debian and macOS (both Intel and Apple Silicon). Visual Studio 2019+ support is included for Windows 10+.
118
124
119
-
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.
125
+
The current release provides support for CPU on each platform, DirectML on Windows, CUDA on Windows and Linux, support for Apple Silicon GPUs, RockChip NPUs and Coral.AI TPUs. Support depends on the module itself.
0 commit comments