일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Kafka
- Test
- zip 암호화
- MySQL
- Python
- ELASTIC
- 파이썬
- flask
- zip 파일 암호화
- license delete
- Mac
- aggs
- springboot
- sort
- token filter test
- API
- aggregation
- Java
- analyzer test
- matplotlib
- docker
- query
- licence delete curl
- high level client
- TensorFlow
- Elasticsearch
- 차트
- plugin
- License
- 900gle
Archives
- Today
- Total
목록image vecter (1)
개발잡부
[tensorflow 2]image 백터 추출 api
나중에 다시 만들어야지.. import tensorflow as tf import tensorflow_hub as hub import numpy as np import json from flask import Flask from flask_restful import reqparse, abort, Api, Resource app = Flask(__name__) api = Api(app) filePath = "/Users/doo/project/opencv/web/src/main/resources/static/images/" tempPath = "/Users/doo/project/opencv/common/temp/" def load_img(path): img = tf.io.read_file(path) img ..
Python/image vector
2022. 1. 12. 14:07