🚀 About the Project

Choosing the right career path is one of the biggest challenges faced by Indian students.
Most students are confused due to limited awareness, scattered information, and lack of personalized guidance — especially across different streams like Science, Commerce, Arts, skill-based careers, and government exams.

CareerPath AI was built to solve this problem using Retrieval-Augmented Generation (RAG) — an approach that allows AI to answer questions based on verified documents rather than assumptions.

Instead of generating generic responses, the system retrieves relevant career information from curated knowledge sources and provides accurate, grounded guidance.


💡 What Inspired This Project

During my academic journey, I noticed that many students depend on random internet searches, social media advice, or peer opinions to decide their careers.

There is no single platform that explains:

  • career options clearly,
  • stage-wise guidance (after 10th, 12th, graduation),
  • government exams,
  • and modern skill-based careers.

This inspired me to build a system that could act as a digital career counselor, accessible to every student.


🧠 How It Works

CareerPath AI uses a RAG-based architecture:

  1. Career-related documents are prepared and structured.
  2. The content is converted into vector representations.
  3. A FAISS vector database retrieves the most relevant information.
  4. A Large Language Model (LLM) generates responses strictly based on retrieved context.

This design helps:

  • reduce hallucinations,
  • improve trust,
  • ensure relevance,
  • and provide explainable answers.

🛠️ How I Built It

  • Created structured career knowledge covering:
    • After 10th options
    • After 12th (Science, Commerce, Arts)
    • Graduation pathways
    • Government exams
    • Skill-based and emerging careers
  • Implemented Retrieval-Augmented Generation using LangChain
  • Used FAISS for efficient document retrieval
  • Integrated Groq LLM for fast and cost-effective inference
  • Built a Flask-based web interface
  • Deployed the application online for real-time access

⚙️ Challenges Faced

  • Managing frequent framework changes in LangChain
  • Handling deployment limitations on free cloud tiers
  • Optimizing AI components to avoid heavy GPU dependencies
  • Ensuring consistent embeddings between ingestion and inference
  • Balancing performance with simplicity for a hackathon timeline

Each challenge improved my understanding of real-world AI deployment.


📘 What I Learned

  • Practical implementation of RAG systems
  • Importance of clean data structure over model complexity
  • Cloud deployment considerations for AI applications
  • How to design AI systems that prioritize reliability over randomness
  • End-to-end AI product development lifecycle

🌱 Future Scope

  • User login and personalized student profiles
  • Career recommendation cards
  • Multilingual support (Hindi and regional languages)
  • Resume and marksheet analysis
  • Government scheme and scholarship guidance
  • Admin dashboard for knowledge updates

CareerPath AI aims to become a scalable, inclusive career guidance platform for Bharat.


⚠️ Disclaimer

This tool is intended for educational guidance purposes only and does not replace professional counseling.

Built With

Share this project:

Updates