hljs.initHighlightingOnLoad();

🧑🏻‍💻 Fac si facis

· ✎ Archive
Q. 프로젝트 소개저희 프로젝트 "너나들이"는 문화재 관람객들에게 개인화된 가이드 경험을 제공하는 AI 챗봇 서비스입니다.사용자가 문화재를 방문했을 때, 해당 문화재에 대한 상세한 정보와 흥미로운 퀴즈, 그리고 맞춤형 추천 질문을 제공합니다. 이를 통해 사용자들은 단순한 관람을 넘어 문화재와 더욱 깊이 있는 상호작용을 할 수 있습니다.기획 의도는 젊은 세대들에게 문화재 관람의 즐거움을 더하고, 우리 문화유산에 대한 관심과 이해를 높이는 것입니다. AI 기술로 각 사용자의 관심사와 지식 수준에 맞는 정보를 제공하여 문화재 관람을 더욱 흥미롭고 교육적인 경험으로 만들고자 했습니다. Q. Ncloud에서 어떤 서비스를 활용하셨나요?CLOVA Studio APIObject StorageCDN+Cloud DB f..
서버에서 Docker로 MySQL을 세팅하면서 가장 많이 본 화면...구글링에서도 다양한 접근 권한 해결 방법을 읽어보았지만 역시 삽질은 피할 수가 없네요.다음은 해당 접근 권한 화면을 보지 않고 쉽게 MySQL을 세팅하기 위한 피땀 섞인 제 경험입니다.그리고 내가 까먹지 않기 위해 메모하기.  이 화면에서 벗어나고 싶어서 다양하게 docker-compose.yml 파일을 수정해 보았지만 접속조차 불가능..문제는 로컬에서 작업했던 것처럼 docker-compose 에서 보안 설정을 하고 시작하려고 해서 그런가..(아니 구글링하면 다 그렇게 하던데 왜 나만 ㅜㅜ) 아무튼 다른 돌파구로 접속부터 할 수 있도록 하기로 했습니다. docker-compose.ymldocker-compose에서는 다음과 같은 기본..
💡  오늘의 학습 키워드더보기📌  문자열 문제 설명문제 링크 : https://leetcode.com/problems/reordered-power-of-2/You are given an integer n. We reorder the digits in any order (including the original order) such that the leading digit is not zero.Return true if and only if we can do this so that the resulting number is a power of two.제한 사항1. 1  문제 회고💡 어떤 문제가 있었고, 나는 어떤 시도를 했는지 그리고 새롭게 안 사실은 무엇인지n 값의 범위가 최대 10억인 점을 고려하..
💡 오늘의 학습 키워드더보기📌  문자열 문제 설명문제 링크 : https://leetcode.com/problems/top-k-frequent-elements/Given an integer array nums and an integer k, return the k most frequent elements.You may return the answer in any order.제한 사항1. 1 2. -10^4 3. k is in the range [1, the number of unique elements in the array].4. It is guaranteed that the answer is unique. 문제 회고💡 어떤 문제가 있었고, 나는 어떤 시도를 했는지 그리고 새롭게 안 사실은 무엇인..
💡 오늘의 학습 키워드더보기📌  문자열 문제 설명문제 링크 : https://leetcode.com/problems/sort-characters-by-frequency/Given a string s, sort it in decreasing order based on the frequency of the characters. The frequency of a character is the number of times it appears in the string.Return the sorted string. If there are multiple answers, return any of them.제한 사항1. 1 2. s consists of uppercase and lowercase English le..
nerowiki
'분류 전체보기' 카테고리의 글 목록 (2 Page)