Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akshayanmohandas/student-progression-outcome-prediction-system

This program prompts students to input their pass, defer, and fail credits and predicts their academic progression. It displays the outcome with a vertical histogram and saves the input data as a text file.
https://github.com/akshayanmohandas/student-progression-outcome-prediction-system

creditscore histogram marks-prediction python

Last synced: 16 days ago
JSON representation

This program prompts students to input their pass, defer, and fail credits and predicts their academic progression. It displays the outcome with a vertical histogram and saves the input data as a text file.

Awesome Lists containing this project

README

        

# Student-Progression-Outcome-Prediction-System 📊

Welcome to the **Student Progression Tracker**, a Python-based program that categorizes student progression outcomes based on user-inputted credit scores. The program also generates insightful histograms to visualize outcomes and supports storing and retrieving results from a text file.

---

## Features 🚀

- **Categorize Student Outcomes**: Classify students into:
- `Progress`
- `Module Trailer`
- `Module Retriever`
- `Exclude`
- **Histograms**: Generate both:
- Horizontal histograms
- Vertical histograms
- **Data Storage**: Save and retrieve results from a text file.
- **Interactive Input**: Allows users to input data iteratively and validates user inputs.

---