<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx" -->

---
title: JobHelper — AI Career Navigator | daily.dev
description: A portfolio project walkthrough for JobHelper, an AI-powered career platform targeting fresh graduates. The system combines RAG-based job chatbot, text-to-SQL...
canonical: https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: JobHelper — AI Career Navigator | daily.dev
og:description: A portfolio project walkthrough for JobHelper, an AI-powered career platform targeting fresh graduates. The system combines RAG-based job chatbot, text-to-SQL...
og:url: https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx
og:image: https://api.daily.dev/og/posts/FAsJt6RWX.png
og:image:alt: JobHelper — AI Career Navigator
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# JobHelper — AI Career Navigator

**[Medium](https://daily.dev/sources/medium_js)** · 21 min read · 0 upvotes · 0 comments

## Summary

A portfolio project walkthrough for JobHelper, an AI-powered career platform targeting fresh graduates. The system combines RAG-based job chatbot, text-to-SQL smart search, CV analysis with LLM-driven career path recommendations and skill gap analysis, mock interview simulation, and a market demand dashboard. The post covers the full development pipeline: data exploration and cleaning with pandas, salary prediction using Ridge/RandomForest/GradientBoosting regression models, data ingestion into SQL and Qdrant vector database, and a Streamlit frontend connected to an n8n workflow backend. Key design choices include privacy-first CV handling (no storage after processing), cosine similarity for semantic search, and self-hosted n8n for data privacy.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/@0xVanes/analyzing-my-own-portfolio-project-1713171d5289>

---

Tags: [#machine-learning](https://daily.dev/tags/machine-learning), [#python](https://daily.dev/tags/python), [#rag](https://daily.dev/tags/rag), [#n8n](https://daily.dev/tags/n8n)

[View this post on daily.dev](https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"JobHelper — AI Career Navigator","url":"https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx"},"datePublished":"2026-07-18T08:16:03.617Z","dateModified":"2026-07-18T08:22:27.267Z","description":"A portfolio project walkthrough for JobHelper, an AI-powered career platform targeting fresh graduates. The system combines RAG-based job chatbot, text-to-SQL...","image":"https://media.daily.dev/image/upload/s--foaA6JGU--/f_auto/v1722860399/public/Placeholder%2004","thumbnailUrl":"https://media.daily.dev/image/upload/s--foaA6JGU--/f_auto/v1722860399/public/Placeholder%2004","isAccessibleForFree":true,"articleSection":"Medium","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Medium","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/medium","url":"https://daily.dev/sources/medium_js"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/jobhelper-ai-career-navigator-fasjt6rwx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"machine-learning,python,rag,n8n","timeRequired":"PT21M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Medium","item":"https://daily.dev/sources/medium_js"},{"@type":"ListItem","position":3,"name":"JobHelper — AI Career Navigator"}]}
```

