일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- aggregation
- 파이썬
- 차트
- springboot
- high level client
- sort
- Mac
- 900gle
- matplotlib
- Java
- Elasticsearch
- query
- license delete
- TensorFlow
- aggs
- plugin
- ELASTIC
- flask
- API
- Kafka
- Test
- licence delete curl
- zip 암호화
- MySQL
- analyzer test
- zip 파일 암호화
- docker
- token filter test
- License
- Python
- Today
- Total
목록Python/image vector (2)
개발잡부
나중에 다시 만들어야지.. 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 ..
https://github.com/900gle/image-vector.git GitHub - 900gle/image-vector Contribute to 900gle/image-vector development by creating an account on GitHub. github.com 가상환경 #가상환경 목록확인 conda info --envs #가상환경 생성 conda create --name "image" python="3.7" #가상환경 실행 conda activate image #모듈 설치 pip install -r require.txt #실행 python src/ImageVector.py