Recent posts

Deploying Tensorflow model with Django(1)

1 minute read

이번 포스트에서는 간단하게 Tensorflow Serving api에서 제공되는 half_plus_two모델을 serving해보고 Django로 구현된 웹 어플리케이션을 통해여 결과값을 request하는 방법을 작성 Tensorflow Serving 관련된 자세한 내용은...

TensorFlow.js MNIST 예제(1)

2 minute read

tensorflow.js MNIST예제 스터디 https://github.com/tensorflow/tfjs-examples/tree/master/mnist-node 첫 번째 예제는 Web browser와 연동되어 있지 않음 / javascript 문법 정리

Node.js CRUD 스터디

3 minute read

tensorflow.js 공부하기 전 Node.js 스터디 https://opentutorials.org/course/3332 에서 강의 내용을 참고하여 작성 전체 소스는 https://github.com/web-n/Nodejs