Skip to content

Commit 135ad2b

Browse files
TOP 5 AI YOGU GYM 3 ✨
1 parent b6d2696 commit 135ad2b

3 files changed

Lines changed: 141 additions & 12 deletions

File tree

401 KB
Loading

README.MD

Lines changed: 71 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# 🚀 Career Advisor Chatbot
2-
### AI Young Guru 2026 – Team LLMagik
2+
### AI Young Guru 2026 – Team LLMagik - AI YOGU GYM 3
33

44
An AI-powered career advisory chatbot that helps users explore career paths, discover job information, and receive personalized recommendations using LLM technology.
55

6+
<!-- Badges & visual header -->
7+
[![Node.js](https://img.shields.io/badge/Backend-Node.js-green)](https://nodejs.org/)
8+
[![Vite](https://img.shields.io/badge/Frontend-Vite-yellowgreen)](https://vitejs.dev/)
9+
[![SQLiteCloud](https://img.shields.io/badge/DB-SQLiteCloud-blue)](https://sqlite.org/)
10+
[![Model](https://img.shields.io/badge/LLM-GPT--OSS-red)](https://console.groq.com/)
11+
12+
<p align="center">
13+
<img src="banner.svg" alt="Project Banner" style="max-width:100%;height:auto;border-radius:12px;" />
14+
</p>
15+
16+
<p align="center">
17+
<em>Polished prototype for interactive career discovery, personalized recommendations, and LLM-driven guidance.</em>
18+
</p>
19+
620
---
721

822
## 🌟 Overview
@@ -30,10 +44,56 @@ An AI-powered career advisory chatbot that helps users explore career paths, dis
3044

3145
## 📁 Project Structure
3246

33-
```bash
34-
career-advisor-chatbot/
35-
├── backend/ # API server, database, AI integration
36-
└── frontend/ # Web client application
47+
Below is a complete project structure overview (expanded) to help contributors and reviewers quickly locate modules and assets.
48+
49+
```
50+
myAIchatbotProject/
51+
├── 632652149_887073670753166_3710026893000461784_n.jpg # Hero banner
52+
├── ai-young-guru-logo.png
53+
├── index.html
54+
├── 404.html
55+
├── package.json
56+
├── runtime-config.js
57+
├── assets/ # Generated frontend assets (build)
58+
├── career-icons/ # Icon set used by the UI
59+
├── screenshots/
60+
├── scripts/
61+
├── backend/
62+
│ ├── index.js
63+
│ ├── server.js
64+
│ ├── config.js
65+
│ ├── package.json
66+
│ ├── testLLM.js
67+
│ ├── data/
68+
│ │ ├── careerLibrary.js
69+
│ │ └── generatedCareerDataset.js
70+
│ ├── database/
71+
│ │ ├── esco_occupations.csv
72+
│ │ ├── schema.sql
73+
│ │ └── seed.sql
74+
│ ├── middleware/
75+
│ │ └── auth.js
76+
│ ├── routes/
77+
│ │ ├── chat.js
78+
│ │ ├── chatbot.js
79+
│ │ ├── auth.js
80+
│ │ ├── admin.js
81+
│ │ └── analytics.js
82+
│ └── services/
83+
│ └── ...
84+
├── frontend/
85+
│ ├── index.html
86+
│ ├── package.json
87+
│ ├── vite.config.js
88+
│ ├── postcss.config.cjs
89+
│ ├── tailwind.config.cjs
90+
│ ├── public/
91+
│ └── src/
92+
│ ├── main.js
93+
│ ├── app/
94+
│ ├── components/
95+
│ └── styles/
96+
└── README.MD
3797
```
3898

3999
---
@@ -238,13 +298,12 @@ Used for conversational intelligence, contextual understanding, and personalized
238298

239299
---
240300

241-
## 👥 Team LLMagik
301+
## RESULT:
302+
303+
TOP 5 AI YOGU GYM 3 PROJECT
242304

243-
- **Phạm Khôi Nguyên**
244-
https://github.com/thisIsAnVariableOfACoder
305+
<p align="center">
306+
<img src="632652149_887073670753166_3710026893000461784_n.jpg" alt="TOP 5 AI YOGU GYM 3 PROJECT" width="600" />
307+
</p>
245308

246-
- **Đinh Quang Minh**
247-
https://github.com/minhhdinh192
248309

249-
- **Vũ Minh Hoàng**
250-
https://github.com/GetInHod

banner.svg

Lines changed: 70 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)