<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Nesnyx</title>
    <description>The latest articles on Forem by Nesnyx (@nesnyx).</description>
    <link>https://forem.com/nesnyx</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3524680%2Fd75a80a8-574d-4cf1-9413-8179f164e406.jpg</url>
      <title>Forem: Nesnyx</title>
      <link>https://forem.com/nesnyx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nesnyx"/>
    <language>en</language>
    <item>
      <title>Building an AI-Powered CV Screening System with Explainable Scoring</title>
      <dc:creator>Nesnyx</dc:creator>
      <pubDate>Wed, 15 Oct 2025 06:14:19 +0000</pubDate>
      <link>https://forem.com/nesnyx/building-an-ai-powered-cv-screening-system-with-explainable-scoring-20o</link>
      <guid>https://forem.com/nesnyx/building-an-ai-powered-cv-screening-system-with-explainable-scoring-20o</guid>
      <description>&lt;p&gt;Website Demo : &lt;a href="https://hireco.intelix.fun/" rel="noopener noreferrer"&gt;https://hireco.intelix.fun/&lt;/a&gt;&lt;br&gt;
Github : &lt;a href="https://github.com/nesnyx/Hireco-AI" rel="noopener noreferrer"&gt;https://github.com/nesnyx/Hireco-AI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Currently i joined Hackthon and i build this app.&lt;/p&gt;

&lt;p&gt;Building an AI Scoring System for Smarter and More Transparent CV Screening&lt;/p&gt;

&lt;p&gt;Recruitment can be exhausting — hundreds of CVs come in, and HR teams have to manually scan each one just to find a few strong candidates.&lt;br&gt;
As a developer fascinated by how AI can augment human decision-making, I asked myself:&lt;/p&gt;

&lt;p&gt;“Can an AI objectively evaluate CVs based on job criteria — and still explain its reasoning transparently?”&lt;/p&gt;

&lt;p&gt;That question became the foundation for my latest project:&lt;br&gt;
🎯 AI Scoring CV Screening System — an intelligent engine that can:&lt;/p&gt;

&lt;p&gt;Analyze CVs (PDF/Text)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Score candidates against custom job criteria&lt;/li&gt;
&lt;li&gt;Explain the reasoning behind each score&lt;/li&gt;
&lt;li&gt;Store results in a structured database&lt;/li&gt;
&lt;li&gt;Allow candidate comparison within the same job posting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;System Architecture Overview&lt;/p&gt;

&lt;p&gt;The system is designed with modular and scalable components:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Frontend (Reactjs Vite) — user interface for uploading CVs and viewing AI results&lt;/li&gt;
&lt;li&gt;Backend (FastAPI) — handles upload, analysis pipeline, and LLM integration&lt;/li&gt;
&lt;li&gt;LLM Engine (GeminiAI / Local Model) — interprets CVs contextually based on job descriptions&lt;/li&gt;
&lt;li&gt;Vector Database (ChromaDB) — stores semantic embeddings for similarity search and clustering&lt;/li&gt;
&lt;li&gt;Relational Database (SQLite / Postgres) — keeps structured analysis results and scoring logs&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🔍 Before sending data to the LLM, an embedding-based pre-filter reduces unnecessary API calls — saving both cost and time.&lt;/p&gt;

&lt;p&gt;Top 3 Improvement Priorities:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add customizable scoring criteria (e.g., weight for skills, experience, presentation).&lt;/li&gt;
&lt;li&gt;Enable candidate comparison dashboards per job posting.&lt;/li&gt;
&lt;li&gt;Implement bias and fairness monitoring for ethical scoring.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;💡 Lessons Learned&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AI is not just about accuracy — it’s about interpretability.&lt;/li&gt;
&lt;li&gt;HR users value why a score was given, not just the number.&lt;/li&gt;
&lt;li&gt;Efficiency matters.&lt;/li&gt;
&lt;li&gt;Embedding pre-filters cut inference costs by up to 70%.&lt;/li&gt;
&lt;li&gt;Deployment gotchas teach real lessons.&lt;/li&gt;
&lt;li&gt;The infamous attempt to write a readonly database error taught me to handle Docker file permissions carefully.&lt;/li&gt;
&lt;li&gt;Human + AI collaboration works best.&lt;/li&gt;
&lt;li&gt;The goal isn’t replacing HR — it’s empowering them with better insights.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🛠️ Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Backend: FastAPI + Celery (for async jobs)&lt;/li&gt;
&lt;li&gt;AI Engine: LangChain / LLM (Gemini or local model)&lt;/li&gt;
&lt;li&gt;Databases: SQLite/PostgreSQL + ChromaDB&lt;/li&gt;
&lt;li&gt;Deployment: Docker Compose&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🌍 Next Steps: Toward an HR-AI Platform&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The roadmap ahead focuses on scaling and usability:&lt;/li&gt;
&lt;li&gt;Add criteria templates for HR teams&lt;/li&gt;
&lt;li&gt;Provide candidate comparison visualization&lt;/li&gt;
&lt;li&gt;Offer LLM explainability reports for audit transparency&lt;/li&gt;
&lt;li&gt;Integrate with job portals via API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🧩 Reflection&lt;/p&gt;

&lt;p&gt;This project isn’t just about automation — it’s about rethinking how AI can assist decision-making.&lt;br&gt;
An explainable scoring system gives HR teams confidence that AI isn’t a “black box,” but a partner in fair evaluation.&lt;/p&gt;

&lt;p&gt;🧠 AI should not replace human judgment — it should strengthen it.&lt;/p&gt;

&lt;p&gt;💬 Let’s Connect&lt;br&gt;
If you’re working on:&lt;/p&gt;

&lt;p&gt;AI explainability&lt;br&gt;
LLM applications in HR or recruitment&lt;br&gt;
Human-AI collaboration design&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>python</category>
      <category>hackathon</category>
    </item>
  </channel>
</rss>
