joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
356 stars 195 forks source link

Added a simple web server for inference. #107

Closed DrDub closed 1 year ago

DrDub commented 1 year ago

This web server is command-line only but it'll resize arbitrary images to 32x32.

Some bits reused from the NeuralWebServer on svn.

(The function to go from TBitmap to TTinyImage might be worth moving to neuraldatasetsv, by the way.)

joaopauloschuler commented 1 year ago

@DrDub , I loved your example. I've just done some updates on the top of it.

joaopauloschuler commented 1 year ago

@DrDub , Just updated the example a bit further: https://github.com/joaopauloschuler/neural-api/commit/de2fb07ad7250fbbf18aa76c8a2cfacd092f4a41 .

joaopauloschuler commented 1 year ago

Kept updating: https://github.com/joaopauloschuler/neural-api/commit/8b260ebc5a021661b470a833c31090e29c757949 .