# AI를 활용한 제조공정 최적화(8.20(수) ~ 22(금)
# 메티스- http://metiscom.co.kr/ / 이용규박사 -디지털포렌식?/ 품질
# 1. 비시전 https://bcgen.co.kr/
2. 상신2차전지 -http://www.ssedp.co.kr/business/index.php
3. 두성 산업용양면 테이프- https://allaboutadhesive.com/index.php?mid=conductive_tape&document_srl=125533
4.
5. 대구 팔피엠- https://8pmbiz.com/
001. AI Hub
002. 이노바인 스튜디오
003. AI programing 실습
AI기반 제조공정/Al Programing 실습
<html>
<head>
<title>AI CNN test</title>
</head>
<body>
</body>
</html>
004. netlify : https://www.netlify.com/pricing/ | |
- 계정 생성 및 로그인: Netlify 사이트에서 계정을 생성하고 로그인합니다.
- 사이트 추가: "Add new site" 버튼을 클릭하여 새로운 사이트를 추가합니다.
- Git 저장소 연결: GitHub, GitLab, Bitbucket 등 Git 저장소를 연결합니다.
- 배포 설정: 저장소 선택, 브랜치 설정, 빌드 명령어 및 출력 디렉토리 설정 등을 진행합니다.
- 배포 확인: Netlify에서 자동으로 빌드 및 배포를 진행하며, 정상적으로 배포되면 웹사이트 URL을 통해 확인할 수 있습니다.
- Git 저장소와 연동하여 변경 사항을 자동으로 감지하고 빌드 및 배포를 자동화합니다.
- 무료 도메인 제공 및 사용자 정의 도메인 설정 기능을 지원합니다.
- HTTPS 프로토콜을 기본적으로 지원하여 보안 연결을 제공합니다.
- 풀 리퀘스트 시 미리보기 배포를 제공하여 변경 사항을 미리 확인할 수 있습니다.
- 서버리스 함수 기능을 통해 백엔드 로직을 구축할 수 있습니다.
- 다양한 플러그인을 사용하여 기능을 확장할 수 있습니다.
- Netlify는 무료 티어를 제공하며, 무료 티어에서도 기본적인 기능을 모두 사용할 수 있습니다.
- Netlify 공식 문서와 다양한 튜토리얼을 참고하여 Netlify 사용법을 익힐 수 있습니다.
예제) https://chatgpt.com/c/68a7f5fb-28f0-832a-b0be-9c4385f72ce9
<div>Teachable Machine Image Model</div> <button type="button" onclick="init()">Start</button> <div id="webcam-container"></div> <div id="label-container"></div> <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest/dist/tf.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@teachablemachine/image@latest/dist/teachablemachine-image.min.js"></script> <script type="text/javascript"> // More API functions here: // https://github.com/googlecreativelab/teachablemachine-community/tree/master/libraries/image // the link to your model provided by Teachable Machine export panel const URL = "./my_model/"; let model, webcam, labelContainer, maxPredictions; // Load the image model and setup the webcam async function init() { const modelURL = URL + "model.json"; const metadataURL = URL + "metadata.json"; // load the model and metadata // Refer to tmImage.loadFromFiles() in the API to support files from a file picker // or files from your local hard drive // Note: the pose library adds "tmImage" object to your window (window.tmImage) model = await tmImage.load(modelURL, metadataURL); maxPredictions = model.getTotalClasses(); // Convenience function to setup a webcam const flip = true; // whether to flip the webcam webcam = new tmImage.Webcam(200, 200, flip); // width, height, flip await webcam.setup(); // request access to the webcam await webcam.play(); window.requestAnimationFrame(loop); // append elements to the DOM document.getElementById("webcam-container").appendChild(webcam.canvas); labelContainer = document.getElementById("label-container"); for (let i = 0; i < maxPredictions; i++) { // and class labels labelContainer.appendChild(document.createElement("div")); } } async function loop() { webcam.update(); // update the webcam frame await predict(); window.requestAnimationFrame(loop); } // run the webcam image through the image model async function predict() { // predict can take in an image, video or canvas html element const prediction = await model.predict(webcam.canvas); for (let i = 0; i < maxPredictions; i++) { const classPrediction = prediction[i].className + ": " + prediction[i].probability.toFixed(2); labelContainer.childNodes[i].innerHTML = classPrediction; } }
~~~~~ </script>자바스크립트 문서를 HTML 로 작성해줘
달수님, 요청하신 단일 HTML 파일로 정리해서 캔버스에 올려놨어요.
-
버튼 클릭 → 모델 로드 → 웹캠 권한 → 예측 표시까지 한 방에 갑니다.
-
./my_model/폴더에model.json,metadata.json(및 관련 weights 파일들)만 넣으면 바로 동작합니다. -
HTTPS(또는
localhost)에서 돌려야 웹캠 권한이 매끄럽게 뜹니다. 전통의 미덕: 기본은 지키고 가자고요.🙂
원하는 스타일(레이아웃/폰트/버튼 문구) 있으면 말만 하세요.
“의심은 기본값” 모드로, 성능 튜닝(스로틀링, 상위 N개만 표출, 바차트 추가 등)도 바로 얹어드릴게요!
# 005. BMW, NVIDIA OMNIVERSE
카르페디엄- 카르페 디엠(Carpe diem)은 호라티우스의 라틴어 시 한 구절로부터 유래한 말이다. 이 명언은 번역된 구절인 현재를 잡아라(Seize the day)로도 알려져 있다.
- 정해진 규칙과 알고리즘에 따라 동작하며, 복잡한 추론이나 창의적인 작업은 수행하지 못합니다.
- 일부 연구는 AI에 과도하게 의존하면 뇌의 인지 기능이 저하될 수 있다고 지적합니다.
- 예를 들어, AI 도구에 의존해 글쓰기를 하면 뇌의 특정 네트워크 활동이 감소하고, 작성한 글에 대한 기억력도 떨어질 수 있다는 연구 결과가 있습니다.
- 예를 들어, AI 도구에 의존해 글쓰기를 하면 뇌의 특정 네트워크 활동이 감소하고, 작성한 글에 대한 기억력도 떨어질 수 있다는 연구 결과가 있습니다.
댓글 없음:
댓글 쓰기