Skip to content

jihyo-j/StockChatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Chatbot

이 프로젝트는 사용자가 주식 관련 질문을 입력하면, 관련 기사를 크롤링하고 이를 기반으로 대화할 수 있는 챗봇 프로그램입니다. 기사의 핵심 정보를 요약하여 제공하며, 사용자와 주식 관련 심도 있는 대화를 가능하게 합니다.

사전 요구 사항

다음 프로그램이 설치되어 있어야 합니다:

  • Python 3.x
  • pip (Python 패키지 관리자)

설치 방법

  1. 이 저장소를 클론합니다.

    git clone https://github.com/sookit/Stock-Chatbot.git
  2. 프로젝트 디렉토리로 이동합니다.

    cd Stock-Chatbot
  3. requirements.txt 파일을 사용하여 필요한 의존성을 설치합니다.

    pip install -r requirements.txt

애플리케이션 실행

  1. app/main.py 파일을 실행하여 애플리케이션을 시작합니다.

    python app/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%