일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- ELASTIC
- springboot
- licence delete curl
- Java
- License
- zip 파일 암호화
- Elasticsearch
- license delete
- 900gle
- 파이썬
- sort
- Mac
- zip 암호화
- MySQL
- Kafka
- Test
- TensorFlow
- analyzer test
- plugin
- matplotlib
- high level client
- aggs
- aggregation
- query
- token filter test
- flask
- API
- docker
- Python
- 차트
- Today
- Total
목록Python (73)
개발잡부
아나콘다 설치 후 가상환경 목록확인 conda info --envs 가상환경 생성 conda create --name "doo" python="3.7" shell 껏다 키고 가상환경 실행 conda activate doo 텐서플로우 설치 conda install tensorflow 주피터 노트북 설치 conda install jupyter notebook 주피터 노트북 실행 jupyter notebook 텐서플로 확인 import tensorflow as tf with tf.compat.v1.Session() as sess: hello = tf.constant("Hello") world = tf.constant("World") sentence = hello + world pr = sess.run(sent..
git https://github.com/900gle/indexer.git GitHub - 900gle/indexer: python tensorflow image indexer python tensorflow image indexer. Contribute to 900gle/indexer development by creating an account on GitHub. github.com 개발환경 파이썬 3.7 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 ap..
https://www.python.org/downloads/ Download Python The official home of the Python Programming Language www.python.org macOS 64-bit installer mas 파이써 기본 변경 mas 파이써 기본 변경 >> cd ~ >> vi ~/.bash_profile echo alias python="python3" > ~/.bash_profile >> cd ~ >> vi ~/.bash_profile echo alias python="python3" > ~/.bash_profile 적용 >> source ~/.bash_profile