|
6 | 6 | 2025 Pirogramming : **Triptailor** |
7 | 7 | <br/><br/> |
8 | 8 |
|
| 9 | +링크 : https://triptailor.kro.kr/ |
| 10 | + |
9 | 11 | ## 🚀 Triptailor |
10 | 12 |
|
11 | 13 | > “여행지를 어떻게 선택하시나요?” |
@@ -45,31 +47,45 @@ AI와 데이터 기반으로 여행을 **쉽고 즐겁게 계획**할 수 있는 |
45 | 47 |
|
46 | 48 | --- |
47 | 49 |
|
48 | | -## 🛠️ Tech Stack |
49 | 50 |
|
50 | | -📌 **Stack** |
| 51 | +## 📌 Stack |
51 | 52 |  |
52 | 53 |  |
53 | 54 |  |
54 | 55 |  |
55 | 56 |
|
56 | | -📌 **Tools** |
| 57 | + |
| 58 | +## 📌 Tools |
57 | 59 |  |
58 | 60 |  |
59 | 61 |  |
60 | 62 |
|
61 | | -📌 **Collaboration** |
| 63 | + |
| 64 | +## 📌 Collaboration |
62 | 65 |  |
63 | 66 |  |
64 | 67 |  |
65 | 68 |
|
66 | | ---- |
67 | 69 |
|
68 | | -## ⚙️ Features |
| 70 | +## 📌 Server |
| 71 | +[](https://www.docker.com/) |
| 72 | +[](https://github.com/features/actions) |
| 73 | +[](https://ubuntu.com/) |
| 74 | +[](https://gunicorn.org/) |
| 75 | +[](https://nginx.org/) |
| 76 | + |
69 | 77 |
|
| 78 | +## ⚙️ Features |
70 | 79 |
|
| 80 | +| 기능 | 설명 | 화면 예시 | |
| 81 | +|------|------|-----------| |
| 82 | +| **태그 분류** | 여행지/후기/추천 시스템에서 태그를 자동 분류하여 검색 및 추천 정확도 향상 | <img width="500" alt="태그 분류" src="https://github.com/user-attachments/assets/372b5842-5afb-4fcc-9368-956fa362bf22" /> | |
| 83 | +| **장소 추천** | 사용자 입력(취향·키워드)에 맞는 장소를 벡터 검색 + AI 기반으로 추천 | <img width="500" alt="장소 추천" src="https://github.com/user-attachments/assets/ff6d7778-0a5a-4c3f-86bb-e5205606fdbb" /> | |
| 84 | +| **댓글 생성 및 조회** | 각 장소에 대한 댓글을 작성·조회 가능 (텍스트 + 이미지 첨부 지원) | <img width="500" alt="댓글 생성 및 조회" src="https://github.com/user-attachments/assets/b257b1ff-072e-4407-ab96-dc21b8b64f7f" /> | |
| 85 | +| **루트 추가** | 여행 루트를 직접 생성하고 장소를 추가/편집 가능 | <img width="250" alt="루트 추가1" src="https://github.com/user-attachments/assets/7b7ab98a-e309-4f9c-a901-5c36c67f582c" /> <img width="300" alt="루트 추가2" src="https://github.com/user-attachments/assets/7764c9de-5c2e-4496-b6ca-db31174dc3b6" /> <img width="220" alt="루트 추가3" src="https://github.com/user-attachments/assets/8e2f0546-66cb-4948-99bc-d065dfb134a9" /> | |
| 86 | +| **마이페이지 조회** | 내가 작성한 후기, 좋아요 누른 장소, 생성한 루트 등 개인화 정보 관리 | <img width="250" alt="마이페이지1" src="https://github.com/user-attachments/assets/b63aefb6-ee51-499a-92b2-3b9c87feac98" /> <img width="350" alt="마이페이지2" src="https://github.com/user-attachments/assets/a3c6d0a9-b40a-4429-a648-0028be616be8" /> <img width="350" alt="마이페이지3" src="https://github.com/user-attachments/assets/491431ea-5ff1-4afb-a4b2-9b9a220d2abc" /> <img width="350" alt="마이페이지4" src="https://github.com/user-attachments/assets/616d590d-8c21-4e34-a7cd-ab0ebdca25a6" /> | |
| 87 | +| **장소 검색** | 키워드, 태그, 지역 등을 기반으로 원하는 장소를 빠르게 검색 | <img width="350" alt="장소 검색1" src="https://github.com/user-attachments/assets/70ac374a-7749-43ae-ad5f-4f5a9bd0a4f2" /> <img width="350" alt="장소 검색2" src="https://github.com/user-attachments/assets/277c5d0e-ea26-4797-8726-84603203cf09" /> | |
71 | 88 |
|
72 | | - --- |
73 | 89 |
|
74 | 90 | ## 📂 폴더 구조 |
75 | 91 |
|
@@ -104,9 +120,7 @@ TripTailor/ |
104 | 120 | ├─ manage.py |
105 | 121 | ├─ README.md |
106 | 122 | ├─ recommend.py |
107 | | -├─ requirements.txt |
108 | | -├─ triptailor_cosine_v2.index |
109 | | -└─ triptailor_full_metadata.csv |
| 123 | +└─ requirements.txt |
110 | 124 |
|
111 | 125 | ``` |
112 | 126 |
|
|
0 commit comments