Skip to content

Commit

Permalink
Updated README and thirdparty notices
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaunder committed Aug 9, 2022
1 parent 4c2272f commit da2c26a
Show file tree
Hide file tree
Showing 3 changed files with 769 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CodeProject.AI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
src\endtimer.bat = src\endtimer.bat
src\kill_dotnet.bat = src\kill_dotnet.bat
src\kill_dotnet.sh = src\kill_dotnet.sh
LICENCE.md = LICENCE.md
README.md = README.md
src\starttimer.bat = src\starttimer.bat
THIRD-PARTY-NOTICES.md = THIRD-PARTY-NOTICES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SDK", "SDK", "{FF0C329F-41E8-4540-BCDB-97690911077D}"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ CodeProject.AI can currently
- Recognise faces that have been registered with the service
- Remove a background from an image
- Blur a background from an image
- Enhance the resolution of an image
- Pull out the most important sentences in text to generate a text summary
- Prove sentiment analysis on text

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

#### Supported Development Environments

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.

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 supports CPU on each platform, as well as nVidia CUDA GPUs on Windows. Future releases will expand GPU support to Docker and other cards.



## How to Guides
Expand Down
Loading

0 comments on commit da2c26a

Please sign in to comment.