Skip to content

NiceDecision/ai-recommendation

Repository files navigation

ai-recommendation

LLM recommendation tuned by fortune, taste, .etc

test

  • python server.py 로 동작 (혹은 uvicorn server:app ~~~ 으로 가능)
    • https://~~/docs 를 통해 테스트 가능 (Swagger로 이동)
    • 테스트는 샘플 데이터 있으니 편하게 가능!

.env

  • OPENAI_API_KEY 필요함

.gitignore

  • Github Codespace 기준으로 작성됨
  • 필요 시, 커스텀해서 사용해야 함

폴더 구조

project_root/
│── server.py                   # FastAPI 실행 파일
│── recommendation_model.py     # RecommendationModel 클래스
│── data_processor.py           # 데이터 전처리, 후처리 관련 함수들
│── utils.py                    # 기타 유틸리티 함수 (API를 위한 백엔드 후처리, DEBUG 등)
│── requirements.txt
│── sqlite_recommend.db         # SQLite DB 파일
│── README.md

About

LLM recommendation tuned by fortune, taste, .etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •