Skip to content

Piyush-Pandey312/DropSense-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DropSense AI

AI-Powered Student Dropout Risk Prediction System | ML + DL + NLP + LLM | Full Stack

Predicting Dropouts Before They Happen


Overview

DropSense AI is a full-stack intelligent platform designed to predict and prevent student dropout using advanced Artificial Intelligence techniques.

It integrates Machine Learning, Deep Learning, Natural Language Processing, and Large Language Models to provide real-time risk prediction, behavioral analysis, and personalized recommendations through a modern web-based dashboard.


Key Features

  • 🔍 Multi-AI Integration — ML + DL + NLP + LLM in one system
  • 📊 Dropout Risk Prediction — Identify at-risk students early
  • 📈 Performance Forecasting — Analyze academic trends using DL
  • 💬 Text Intelligence — Extract insights from feedback using NLP
  • 🤖 AI Recommendations — Generate counselor reports using LLMs
  • 💻 Full Stack System — Next.js frontend + FastAPI backend

Tech Stack

  • Frontend: Next.js, Tailwind CSS
  • Backend: FastAPI (Python)
  • Machine Learning: Scikit-learn, XGBoost
  • Deep Learning: TensorFlow / PyTorch
  • NLP: NLTK / SpaCy
  • LLM Integration: OpenAI / Google Gemini

Architecture

Frontend (Next.js Dashboard)
        ↓
Backend (FastAPI APIs)
        ↓
---------------------------------
|  ML Model  → Risk Prediction  |
|  DL Model  → Forecasting      |
|  NLP Module → Text Analysis   |
|  LLM Engine → Insights        |
---------------------------------

Getting Started

🔹 Backend

cd backend
python -m venv venv
pip install -r requirements.txt
uvicorn main:app --reload

🔹 Frontend

cd frontend
npm install
npm run dev

Use Cases

  • 🎓 Colleges & Universities
  • 📉 Dropout Prevention Systems
  • 📊 Academic Analytics Platforms
  • 🧠 AI-driven Education Systems

Project Impact

✔ Real-world problem solving ✔ End-to-end AI + Full Stack integration ✔ Strong portfolio project for AI/ML roles


Future Scope

  • 📱 Mobile App Integration
  • 🤖 AI Chatbot for Students
  • 📡 Real-time Monitoring System
  • 📊 Advanced Predictive Analytics

About

An end-to-end AI-powered student dropout risk prediction system integrating Machine Learning, Deep Learning, NLP, and LLMs with a full-stack architecture (frontend + backend) for intelligent analytics, insights, and decision support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors