Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] 개발 및 실행 환경 구축에 대한 README.md 수정 #22

Merged
merged 5 commits into from
Jan 1, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# Ad_Recommender
AdRecommender는 머신러닝 기반의 광고 추천 시스템입니다.
CATS
=============
![B58E451F-9306-4E32-8D8C-3B2C40D85215_1_201_a](https://github.com/user-attachments/assets/409a3d39-03ad-457b-92a7-2465ae808a8f)


CATS(Commend Advertising Targeting System)는 머신러닝 기반의 광고 추천 시스템입니다.

## 프로젝트의 전체 구조
f-lab-owen marked this conversation as resolved.
Show resolved Hide resolved

- Comming soon!

## 개발 및 실행 환경 구축
1. git repository clone
```bash
git clone https://github.com/f-lab-edu/CATS.git
cd CATS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git clone은 https 방식보단 ssh 또는 Github CLI로 작성해주세요 (참고)

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 완료 하였습니다.

bf50ef3

```

2. 프로젝트 의존성 설치
```bash
poetry install
```
f-lab-owen marked this conversation as resolved.
Show resolved Hide resolved
3. 가상환경 활성화
```bash
poetry shell
```
Loading