프롬프트 명령어 모음
https://github.com/f/awesome-chatgpt-prompts
GitHub - f/awesome-chatgpt-prompts: This repo includes ChatGPT prompt curation to use ChatGPT better.
This repo includes ChatGPT prompt curation to use ChatGPT better. - GitHub - f/awesome-chatgpt-prompts: This repo includes ChatGPT prompt curation to use ChatGPT better.
github.com
기존 chat gpt 내에 학습된 정보 외에 인터넷에서 정보 찾아오도록 깔아주는 확장프로그램
WebChatGPT: 인터넷 액세스가 가능한 ChatGPT
웹 브라우징을 통해 관련 웹 검색 결과로 ChatGPT 프롬프트를 강화하세요.
chrome.google.com
프롬프트 서비스 예시
https://aifactory.space/task/2290/discussion/340
[공지] 🎉📣챗GPT MS애저톤 프롬프트 및 서비스 수상 알림 🏆
안녕하세요. 인공지능팩토리입니다.이번 챗GPT MS애저톤 심사는 너무나 어려웠습니다. 짧은 기간인데도 독창적인 아이디어로 완성도 높은 출품작이 많고 바로 서비스화를 하는데도 손색이 없을
aifactory.space
https://aifactory.space/task/2446/discussion/397
랭체인 러닝데이 | 1. 그라디오 챗봇 시작하기
코랩주소 : https://colab.research.google.com/drive/1LlZAXBgGpM8tm-R3OVQkvX_rBwpTKITp#scrollTo=DshdHbFCGr-P
aifactory.space
프롬프트 즉시 서비스화 가능 사이트 : 뤼튼
https://wrtn.ai/store/details/chatbot/64cc655732e4d0aa09772652
뤼튼
일본친구와 펜팔하기 일본친구와 편지를 주고 받으며, 일본어를 교정받고 일본문화를 배워요!
wrtn.ai
이미지 생성 프롬프트 (명령어)참고 사이트
Civitai | Stable Diffusion models, embeddings, LoRAs and more
Civitai is a platform for Stable Diffusion AI Art models. Browse a collection of thousands of models from a growing number of creators. Join an engaged community in reviewing models and sharing images with prompts to get you started.
civitai.com
이미지 생성 사이트
https://www.microsoft.com/en-us/edge/features/image-creator?form=MT00D8
Bing Image Creator
Image Creator helps you generate AI images with DALL-E right from the sidebar in Microsoft Edge. Given a text prompt, our AI will generate a set of images matching that prompt.
www.microsoft.com
프롬프팅 (명령어) 참고할 땐 구글 검색엔진을 이용하자
🔎 bing image creator examples: Google 검색
www.google.com
파이썬과 딥러닝에 최적화된 UI 라이브러리 사이트(웹구현 귀찮을 때 쓰기 추천)
Gradio
Build & Share Delightful Machine Learning Apps
www.gradio.app
-> 코랩이나 아나콘다에서 사용
*세개의 창이 필요하다 : 입력/ 출력/버튼(btn) *
import gradio as gr
def segment(image):
pass # Implement your image segmentation model here...
gr.Interface(fn=segment, inputs="image", outputs="image").launch()
'chat gpt 활용법' 카테고리의 다른 글
[챗GPT API와 외부도구 연계] chat_completion&gradio (0) | 2023.08.21 |
---|---|
[PDF 파일 기반] 질의응답 챗봇(챗지피티, 랭체인, 그라디오) (0) | 2023.08.21 |
[프롬프트만으로 어플만들기] 실습 (0) | 2023.08.04 |
[실습] 카페 점원 서비스 프롬프트(+COT기법) (1) | 2023.08.03 |
챗 gpt 대화 유도법 (0) | 2023.08.03 |