Python2 매일 아침 10시, AI 뉴스를 자동으로 받아보는 법 자동화 Python LLM Gemini API Mac Mini Trustworthy AI 매일 아침 10시, AI 뉴스를 자동으로 받아보는 법 LLM으로 필터링해서 Mac 알림까지 보내는 AI Watch 구축기Responsible AI, Trustworthy AI, Machine Unlearning 관련 뉴스를 여러 매체에서 자동으로 수집하고, LLM이 관련 기사만 골라 요약한 뒤 Mac 알림으로 보내주는 개인 뉴스 트래킹 파이프라인을 만들었다.2026 · AI Watch 프로젝트 · launchd · Gemini API · PythonContents왜 이 툴을 만들었는가어떤 매체를 수집하는가전체 파이프라인 구조1차 필터: 키워드 기반 분류2차 필터: LLM 관련성 판단실행 시간과 API 사용량결과물.. 2026. 5. 6. [LeetCode]Two Sum [Questionnaire]Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.You may assume that each input would have exactly one solution, and you may not use the same element twice.You can return the answer in any order. Example 1:Input: nums = [2,7,11,15], target = 9Output: [0,1]Explanation: Because nums[0] + nums[1] == 9, we return .. 2025. 7. 7. 이전 1 다음