Skip to content

hello-kicktty/hello-kicktty-ai-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-kicktty-ai-server

헬로킥티 AI 서버입니다.

[필수] hello-kicktty 환경 설정

  • hello-kicktty-ai 환경 안에서 작업해주세요.
  1. conda 환경 생성
    # conda 환경 생성
    conda create -n hello-kicktty-ai python=3.11.5
  2. hello-kicktty-ai 환경 활성화
    # hello-kicktty-ai 환경 활성화
    conda activate hello-kicktty-ai
  3. requirements.txt 연동
    # requirements.txt 연동
    pip install -r requirements.txt

requirements 백업

pip list --format=freeze > requirements.txt

서버 시작

sh start.sh