일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL
- zip 파일 암호화
- aggs
- docker
- token filter test
- flask
- Test
- License
- plugin
- Elasticsearch
- Python
- licence delete curl
- high level client
- ELASTIC
- zip 암호화
- springboot
- aggregation
- 파이썬
- API
- matplotlib
- Mac
- TensorFlow
- 차트
- analyzer test
- query
- 900gle
- sort
- license delete
- Java
Archives
- Today
- Total
개발잡부
[tensorflow] feature vector 본문
반응형
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
반응형
'Python > image vector' 카테고리의 다른 글
[tensorflow 2]image 백터 추출 api (0) | 2022.01.12 |
---|
Comments