teddylee777 / kakaotalk-gpt

카카오톡 GPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

카카오톡 GPT

구조도

전처리

preprocessing

RAG

rag

사용방법

카카오톡 대화를 업로드 하여 업로드한 카톡 파일 기반으로 대화하는 GPT 입니다.

TXT파일 다운로드 방법(📱모바일 Only)

  1. 채팅방 우측상단 햄버거메뉴 클릭
  2. 채팅방 설정
  3. 대화 내용 관리
  4. 대화 내용 내보내기
  5. 텍스트 메시지만 보내기
  6. 이메일로전송된 첨부파일(.zip) 다운로드
  7. 다운로드 받은 (.zip) 파일 압축해제 후 .txt 파일 확인
  8. .txt 파일을 업로드 후 대화 시작

카카오톡 CSV 파일 다운로드(💻Mac Only)

  1. 채팅방 우측상단 햄버거메뉴 클릭
  2. 채팅방 설정
  3. 대화 내용 관리
  4. 대화 내용 저장
  5. 저장 버튼을 눌러 .csv 파일 다운로드
  6. 다운로드 받은 .csv 파일을 업로드 후 대화 시작

데모 영상

데모 영상

데모 사이트

무료 호스팅이라 메모리가 작어 터지더라고요... 데모앱에서 동작 안하면 로컬에서 돌려 보세요!

실행 방법

git clone 후

설치

pip install -r requirements.txt

실행

streamlit run main.py

License

소스코드를 활용하실 때는 반드시 출처를 표기해 주시기 바랍니다.

MIT License

Copyright (c) 2024, 테디노트

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

카카오톡 GPT


Languages

Language:Python 99.4%Language:Shell 0.5%Language:Procfile 0.1%