본문 바로가기
App Programming/Android Studio

[Android Studio] TensorFlow Lite 숫자 판별

by goatlab 2022. 9. 2.
728x90
반응형
SMALL

TensorFlow Lite 숫자 판별

 

 

tflite 확장자 파일로 변환 (convert)시킨 TensorFlow 학습 결과를 IOT 디바이스에 import 시켜 실시간으로 머신러닝 가능하다. 구글 홈페이지에 언급되는 IOT 디바이스로는 안드로이드나 IOS 스마트폰, 라즈베리파이 보드 및 32비트급 마이크로 콘트롤러 (STM, ESP)를 포함한다. 그 중에서도 스마트 폰은 내부에 이미 카메라, 입출력 디바이스 및 각종 센서를 포함하고 있어 머신러닝을 적용하기에 적합하다.

 

https://github.com/amitshekhariitbhu/Android-TensorFlow-Lite-Example

 

GitHub - amitshekhariitbhu/Android-TensorFlow-Lite-Example: Android TensorFlow Lite Machine Learning Example

Android TensorFlow Lite Machine Learning Example. Contribute to amitshekhariitbhu/Android-TensorFlow-Lite-Example development by creating an account on GitHub.

github.com

 

728x90
반응형
LIST