Skip to content

The Student Performance Measurement System is designed to assess and predict the performance of students based on various academic and non-academic factors.

Notifications You must be signed in to change notification settings

susil-123/end_to_end_students_performance_prediction

Repository files navigation

SIMPLE END TO END STUDENTS PERFORMANCE PREDICTOR

image

Project Overview

This end-to-end project involves the following stages:

  • Data Collection: Gathering data from various sources including academic records, attendance, and extracurricular activities.
  • Data Processing: Cleaning and preprocessing the data to make it suitable for analysis.
  • Model Training: Developing and training machine learning models to predict student performance.
  • Evaluation: Assessing the performance of the models and selecting the best one.
  • Deployment: Deploying the model to make predictions on new data.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/susil-123/end_to_end_students_performance_prediction.git
    cd end_to_end_students_performance_prediction
    
  2. Create virtual enviroinment:

    conda create -p venv python==3.8
    conda activate venv
    
  3. Install requirements:

    pip install -r requirements.txt
    
  4. Run the application:

    python app.py

About

The Student Performance Measurement System is designed to assess and predict the performance of students based on various academic and non-academic factors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published