Concentration Advisor Assistant

⚠️ The Concentration Advisor is currently under development and will be available in a future release.

What is the Concentration Advisor?

The Concentration Advisor is an AI-powered assistant that helps you choose the right Industrial Engineering concentration based on your interests, career goals, and academic strengths.

How It Will Work

  1. Answer questions about your interests and career goals
  2. Review your academic performance in relevant courses
  3. Receive personalized concentration recommendations
  4. Explore career paths for each concentration
  5. Get course planning advice specific to your chosen path

Planned API Endpoint

POST /api/assistant/recommend

Request Body:
{
  "interests": ["data", "optimization", "healthcare"],
  "career_goals": ["data scientist", "operations analyst"],
  "completed_courses": ["IE200", "CS180", "STAT350"],
  "gpa": 3.5
}

Response:
{
  "recommendations": [
    {
      "concentration": "data_engineering",
      "confidence": 0.85,
      "reasons": [...],
      "career_paths": [...],
      "next_courses": [...]
    }
  ]
}

Input Factors

  • Academic interests and strengths
  • Career aspirations
  • Completed coursework
  • GPA in relevant subjects
  • Extracurricular activities
  • Industry preferences

Output Information

  • Top 3 concentration recommendations
  • Confidence scores for each recommendation
  • Detailed reasoning for recommendations
  • Career path examples
  • Alumni success stories
  • Suggested course sequences

Coming Soon

We're actively working on integrating advanced AI models to provide personalized, data-driven concentration recommendations. Check back soon for updates!