Skip to content

Commit da2c26a

Browse files
author
ChrisMaunder
committed
Updated README and thirdparty notices
1 parent 4c2272f commit da2c26a

File tree

3 files changed

+769
-1
lines changed

3 files changed

+769
-1
lines changed

CodeProject.AI.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
6868
src\endtimer.bat = src\endtimer.bat
6969
src\kill_dotnet.bat = src\kill_dotnet.bat
7070
src\kill_dotnet.sh = src\kill_dotnet.sh
71+
LICENCE.md = LICENCE.md
72+
README.md = README.md
7173
src\starttimer.bat = src\starttimer.bat
74+
THIRD-PARTY-NOTICES.md = THIRD-PARTY-NOTICES.md
7275
EndProjectSection
7376
EndProject
7477
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDK", "SDK", "{FF0C329F-41E8-4540-BCDB-97690911077D}"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ CodeProject.AI can currently
9696
- Recognise faces that have been registered with the service
9797
- Remove a background from an image
9898
- Blur a background from an image
99+
- Enhance the resolution of an image
99100
- Pull out the most important sentences in text to generate a text summary
100101
- Prove sentiment analysis on text
101102

@@ -111,7 +112,11 @@ We will be constantly expanding the feature list.
111112

112113
#### Supported Development Environments
113114

114-
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). The current release focuses solely on CPU support, but future releases will include GPU support.
115+
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+
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+
115120

116121

117122
## How to Guides

0 commit comments

Comments
 (0)