일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 파이썬
- Mac
- Python
- Java
- docker
- TensorFlow
- licence delete curl
- flask
- license delete
- 900gle
- ELASTIC
- MySQL
- Elasticsearch
- springboot
- sort
- token filter test
- plugin
- aggs
- aggregation
- Kafka
- Test
- query
- zip 파일 암호화
- License
- zip 암호화
- 차트
- high level client
- analyzer test
- matplotlib
- API
- Today
- Total
목록분류 전체보기 (484)
개발잡부

음.. 이기 뭐지.. 일단 수정해서 돌려보긴 했는데.. 30라인 학습 20라인 학습 import json import tensorflow as tf import tensorflow.compat.v1 as tf tf.disable_v2_behavior() import matplotlib import matplotlib.pyplot as plt import numpy as np #한글깨짐 처리 plt.rcParams['font.family'] = 'AppleGothic' def data(): data_array = [] DATA_FILE = "./data/products/products.json" i = 0 with open(DATA_FILE) as data_file: for line in data_file..
Windows OS 나눔고딕 폰트가 설치되어 있다면, plt.rcParams['font.family'] = 'NanumGothic' 맑은고딕 폰트가 설치되어 있다면, plt.rcParams['font.family'] = 'Malgun Gothic' Mac OS Apple Gothic 이 설치되어 있다면, plt.rcParams['font.family'] = 'AppleGothic'

데이터수집 - Web Crawler java Text embedding Api https://ldh-6019.tistory.com/185?category=1043090 [tensorflow 2] Text embedding API를 만들어 보자 900gle shopping에서 사용 할 text embedding API 크롤러, 검색 API 에서 사용 예정 method POST 로 만들고 싶었으나.. 일단 GET 으로 # import tensorflow as tf import tensorflow_hub as hub import tensorfl.. ldh-6019.tistory.com Api 를 연동할 HTTP 통신 https://ldh-6019.tistory.com/190?category=859888 [ja..

HTTP 통신으로 API 호출하기 build.gradle plugins { id 'org.springframework.boot' version '2.6.2' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } group = 'com.ldh' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-bo..
package com.etoos.datalake.utils; import com.google.gson.Gson; import org.apache.tomcat.util.json.JSONParser; import org.apache.tomcat.util.json.ParseException; import org.json.simple.JSONObject; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import java.net.URLEncoder; import java.util.HashMap; public class HttpUtils { private static Str..

https://www.nhis.or.kr/nhis/index.do 국민건강보험 이벤트 1 / 8 www.nhis.or.kr 경력증명을 위한 서류 제출 필요한 경력만 선택해서 프린트 발급 하면 pdf 로 저장됨

등본발급하던 곳으로 갔더니 .. 초본메뉴가 안나와서 해매던 중에 https://www.gov.kr/portal/main 정부서비스 | 정부24 정부의 서비스, 민원, 정책·정보를 통합·제공하는 대한민국 정부 대표포털 www.gov.kr 위의 URL 로 접속 주민등록초본 클릭 난 인터넷으로 발급 할 것이니까.. 발급 클릭 으잉? 아까랑 다르네 회원신청하기로 클릭 난 네이버로 인증 인증을 마친후 초본 탭을 선택한 후 정보 입력 민원신청하기 클릭 신청 완료 문서 출력 ㄱ ㄱ

path 에서 받아쓰려고 했더니만 이거 버리고 다시 만들자! https://ldh-6019.tistory.com/195 [tensorflow 2] Text embedding API를 만들어 보자 2 flask_restx 로도 만들수 있네.. 하지만.. 있는걸 수정 후딱 post 만 만들어 보자 뭐지 2000 ms 나오길래 망했다고 생각했는데 다시 해보니 40 ms 대로 나옴 일단 만들어 # import tensorflow as tf import tens.. ldh-6019.tistory.com 900gle shopping에서 사용 할 text embedding API 크롤러, 검색 API 에서 사용 예정 method POST 로 만들고 싶었으나.. 일단 GET 으로 # import tensorflow a..

쿼리 구조 쿼리 셈플 phase 2 query script_query = { "function_score": { "query": { "bool": { "must": [ { "multi_match": { "query": query, "fields": [ "name", "category" ] } }], "should": [ { "multi_match": { "query": query, "fields": [ "category1", "category2", "category3", "category4", "category5" ] } } ] } }, "boost_mode": "multiply", "functions": [ { "script_score": { "script": { "source": "cosineSimi..