일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- .dio
- flutter doctor -v
- app store connect guideline
- pub.dev
- infinity or nan toint
- Flutter
- 채팅 메시지 정렬
- guideline 4.3(a)
- withopacity
- information needed
- flutter_secure_storage
- exception
- dart sdk version upgrade
- app stroe connect guideline
- guideline 1.5
- tflite_flutter
- exception caught by image resource service
- AI
- providernotfoundexception
- undefined name
- 에러
- permissiondeniedexception
- flutter_dotenv
- buildcontext
- 플러터
- appstroe connect guideline
- youtube_player_flutter
- GetX
- appstore connect guideline
- app completeness
Archives
- Today
- Total
min_chan님의 블로그
[Flutter AI] - 모델 생성 본문
1. 시작하기
플러터에서 현재 공식지원되는 라이브러리인 tflite_flutter를 사용하기 위해서는 tflite(TensorFlow Lite)파일이 필요로 한다.
2. tflite란?
- TensorFlow공식 문서에 들어가보면 tflite(TensorFlow Lite)는 개발자가 모바일, 내장형 기기, IoT기기에서 모델을 실행할 수 있도록 지원하여 기기 내 머신러닝을 사용할 수 있도록 하는 도구 모음이라고 한다.
3. TensorFlow Lite 모델 생성하는 방법
- TensorFlow Lite Model Maker 라이브러리를 사용하여 자체 맞춤 데이터 세트를 포함하는 모델 생성
- TensorFlow 모델을 TensorFlow Lite 모델로 변환(TensorFlow Lite 변환기 사용)
- Teachable Machine 사용하기
나는 인공지능, 딥러닝을 전공한 개발자가 아니기 때문에 3번을 사용하여 tflite모델을 생성했다.
4. Teachable Machine이란?
- Teachable Machine은 구글에서 만든 웹기반 노코드 인공지능 학습 툴로
이미지,오디오,포즈 샘플을 추가하여 모델을 학습시키면 프로젝트에서 사용할 수 있는 모델로 내보낼 수 있다.
'Flutter' 카테고리의 다른 글
[Flutter] - Warning: dart on your path resolves to~ (0) | 2025.01.10 |
---|---|
[Flutter] - Undefined name 'name'. Try correcting the name to one that is defined, or defining the name (0) | 2025.01.10 |
[Flutter AI] - 머신러닝과 딥러닝 (0) | 2025.01.10 |
[Flutter] - Unknown operation: Infinity or Nan toInt (0) | 2025.01.09 |
[Flutter] - url에서 Youtube Video Id 추출하는 법 (0) | 2025.01.09 |