Changes between Version 6 and Version 7 of Public/DjAi
- Timestamp:
- Jun 28, 2023, 5:28:53 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/DjAi
v6 v7 11 11 * A service might work well, but what happens with the data uploaded to it, and which data must not be uploaded? 12 12 13 [[Image(Public/ImageContainer:ExtractTask_supreme.jpg, align=left, width=70%, margin-bottom=20, link=)]] 13 {{{#!div 14 [[Image(Public/ImageContainer:ExtractTask_supreme.jpg, align=left, width=50%, margin-bottom=20, link=)]] 15 }}} 14 16 15 17 == A solution that you can start using tomorrow … … 28 30 The //dj//**AI** server is a .net 7 Core application and runs on Windows and Linux. It does not need many resources, since it does not do the AI inference itself, but forwards the requests and trainings and returns the results. It can alternatively run on your desktop PC or as a server for many users in the network. 29 31 30 [[Image(Public/ImageContainer:Editor.jpg, align=left, width=70%, margin-bottom=20, link=)]] 32 {{{#!div 33 [[Image(Public/ImageContainer:Editor.jpg, align=left, width=50%, margin-bottom=20, link=)]] 34 }}}