|
1 | 1 | # 🚀 Career Advisor Chatbot |
2 | | -### AI Young Guru 2026 – Team LLMagik |
| 2 | +### AI Young Guru 2026 – Team LLMagik - AI YOGU GYM 3 |
3 | 3 |
|
4 | 4 | An AI-powered career advisory chatbot that helps users explore career paths, discover job information, and receive personalized recommendations using LLM technology. |
5 | 5 |
|
| 6 | +<!-- Badges & visual header --> |
| 7 | +[](https://nodejs.org/) |
| 8 | +[](https://vitejs.dev/) |
| 9 | +[](https://sqlite.org/) |
| 10 | +[](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 | + |
6 | 20 | --- |
7 | 21 |
|
8 | 22 | ## 🌟 Overview |
@@ -30,10 +44,56 @@ An AI-powered career advisory chatbot that helps users explore career paths, dis |
30 | 44 |
|
31 | 45 | ## 📁 Project Structure |
32 | 46 |
|
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 |
37 | 97 | ``` |
38 | 98 |
|
39 | 99 | --- |
@@ -238,13 +298,12 @@ Used for conversational intelligence, contextual understanding, and personalized |
238 | 298 |
|
239 | 299 | --- |
240 | 300 |
|
241 | | -## 👥 Team LLMagik |
| 301 | +## RESULT: |
| 302 | + |
| 303 | +TOP 5 AI YOGU GYM 3 PROJECT |
242 | 304 |
|
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> |
245 | 308 |
|
246 | | -- **Đinh Quang Minh** |
247 | | - https://github.com/minhhdinh192 |
248 | 309 |
|
249 | | -- **Vũ Minh Hoàng** |
250 | | - https://github.com/GetInHod |
|
0 commit comments