8000 GitHub - wintenboy/kurly_contest: 마켓컬리 교내 대회
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wintenboy/kurly_contest

Repository files navigation

가톨릭대학교 컬리 데이터 분석 경진대회 📣

설치하기 💽

mkdir kurly
cd kurly
git clone https://github.com/wintenboy/kurly_contest.git
  • 패키지 의존성 관리 툴인 poetry가 설치되어 있다고 전제.
  • poetry install 명령어를 입력하여 패키지 설치
poetry install

전처리 🔧

  • 크롤링된 데이터에 존재하는 값들을 적절히 활용하여 파생변수를 생성.
  • 텍스트에 불필요한 불용어들을 모두 제거
  • 전처리 완료된 데이터를 활용하여 지식그래프 생성

데이터 기본 전처리 ⚙

python preprocess.py --data_path [입력 데이터 경로] --types [홈페이지 리뷰 or 블로그 포스팅] --output_path [출력 데이터 경로]

지식그래프 생성

python make_network.py --data-path [전처리 완료 데이터] --types [홈페이지 리뷰 or 블로그 포스팅] --output_path [지식그래프 데이터 경로]

지식그래프 기반 Chat bot 🤖

실행하기

streamlit run app.py
  • example directory에 있는 예시 데이터를 업로드하면 자동으로 지식그래프 생성
  • 파일 업로드 후 지식그래프 생성 🎥
  • 지식그래프
  • 질문을 통한 답변 🎥
  • answer

ETC

  • OPEN AI 의 API key 발급 받은 뒤 .env file에 넣어주세요.
  • 전처리 데이터 결과물은 아래의 링크에...
  • 💽 구글 드라이브 : 데이터 💽

About

마켓컬리 교내 대회

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  • 3637
     
  •  
0