전체 글
-
ChatGPT custom instruction 만들기(유료버젼 only)AI/Generative AI 2023. 8. 4. 09:47
# 요약 1. ChatGPT plus beta 기능 활성화 : Settings & Beta > Beta features : “Custom instructions“, ”Plugins”, “Code interpreter” 활성화 2. ChatGPT 왼쪽 사이드바 하단의 “이메일 주소” 클릭 > “Custom Instructions” 클릭 3. 새로 뜨는 창에서 “How would you like to ChatGPT to respond?”에 명령을 내림. 예) ChatGPT 네가 답변하는 문장을 내가 얼마나 신뢰해도 되는 지 이모지(emoji)로 알려줘. 확률에 따라 아래와 같이 이모지를 사용해줘. You must use below emoji in the end of each paragraphs. 0% : x..
-
인스타그램에서 유행중인 영상 생성(미드져니, Gen-2활용)AI/Generative AI 2023. 8. 3. 08:45
# 순서 1. 미드져니(Midjourney v5.2)에서 text to generative image(텍스트 프롬프트 입력으로 이미지 생성) 2. Gen-2로 영상 생성 Gen-2는 text to 3D video 또는 2D image to 3D video로 만들어주는 web service #출처: https://maily.so/dailyprompt/posts/e3bb72fb 🔎 Daily Prompt #69: 인스타그램에서 유행중인 영상 생성하기오늘의 프롬프트가 도착하였습니다.maily.so
-
-
다이어트 식단짜기 promptAI/Generative AI 2023. 8. 2. 09:03
- chatGPT에 질문 형식은 다음과 같이 질문(instruction) 지침사항(input) --> 답변(output) ("질문"과 "지침사항"의 영어단어와 무엇인가 매칭이 안되는 듯 하지만, 동료 개발자들이 통상 저렇게 쓰고 있음) - 최초 prompting 이후 추가 질문을 이어서 할 수 있음. # 출처: https://maily.so/dailyprompt/posts/7dadfa34 🔎 Daily Prompt #68: ChatGPT로 다이어트 식단 짜기오늘의 프롬프트가 도착하였습니다.maily.so
-
상온 초전도체 arxiv upload happeningScience & Engineering/Physics & Mathematics 2023. 8. 1. 06:09
# 뉴스 https://ununblog.com/%ec%83%81%ec%98%a8-%ec%83%81%ec%95%95-%ec%b4%88%ec%a0%84%eb%8f%84%ec%b2%b4-%ea%b3%a0%eb%a0%a4%eb%8c%80-%eb%b0%9c%ed%91%9c-%ec%b4%88%ec%a0%84%eb%8f%84%ec%b2%b4-%ec%a0%95%eb%b3%b4-%ed%99%9c%ec%9a%a9/ # 논문 분석 리뷰 스크랩 1) 초전도체(superconductor) 초전도체는 특정한 성질을 만족하는 물질을 묶어서 부르는 이름이며 다음 세 성질이 만족됨을 초전도체의 주요 성질로 꼽음. 1) 전기적 성질: 임계 온도 및 전류 밀도 아래에서 전기 저항이 0 (= 전압도 0) 2) 자기적 성질: 물질이 일정 크..
-
이미지로부터 음향효과 생성하기AI/Generative AI 2023. 7. 31. 19:28
이미지로부터 음향효과(Sound Effect)를 생성하는 법 # 소스(코드): 허깅페이스 https://huggingface.co/spaces/fffiloni/image-to-sound-fx # API 지원 한계 - 음향효과(Sound Effect)를 생성할 수 있는 길이는 5초 - 자연계에 존재하는 소리를 재현 보다, 전자음악 같은 사운드가 생성 퀄리티가 좋음. # 참고: https://maily.so/dailyprompt/posts/bf599981?from=email&mid=b05a51c9
-
OpenAI의 Whisper를 사용해 영상 자막 생성하기AI/Generative AI 2023. 7. 30. 15:43
# 소스(jupyter notebook): https://github.com/jhj0517/Whisper-WebUI GitHub - jhj0517/Whisper-WebUI: A Web UI for easy subtitle using whisper model.A Web UI for easy subtitle using whisper model. Contribute to jhj0517/Whisper-WebUI development by creating an account on GitHub.github.com => "here"클릭 후, 내 "google drive로 복사"하여 jupyter notebook 실행할 것 # 절차: 1) Colab GPU설정 2) Whisper-WebUI 설치 3) 실행(이미지, 영..