Git Product home page Git Product logo

student-performance-prediction's Introduction

Student Performance Prediction

About The Project

This project aims to create a predictive model for student project performance. It will assist educators in identifying students requiring early support, thereby enhancing overall success.

Getting Started

This will help you understand how you may give instructions on setting up your project locally. To get a local copy up and running, follow these simple example steps.

Installation Steps

Installation from GitHub

Follow these steps to install and set up the project directly from the GitHub repository:

  1. Clone the Repository

    • Open your terminal or command prompt.

    • Navigate to the directory where you want to install the project.

    • Run the following command to clone the GitHub repository:

      git clone https://github.com/rohitmtak/student-performance-prediction.git
      
  2. Create a Virtual Environment (Optional but recommended)

    • It's a good practice to create a virtual environment to manage project dependencies. Run the following command:

      conda create -p <environment_name> python==<python version> -y
      
  3. Activate the Virtual Environment (Optional)

    • Activate the virtual environment based on your operating system:

      conda activate <environment_name>/
      
  4. Install Dependencies

    • Navigate to the project directory:

      cd [project_directory]
      
    • Run the following command to install project dependencies:

      pip install -r requirements.txt
      
  5. Run the Project

    • Run the following command which is a Flask application to get the required UI locally

      python app.py
      



MLflow Tracking Server Configuration with Dagshub

  1. MLflow URI

    • MLflow tracking server hosted at Dagshub
    https://dagshub.com/rohitmtak/student-performance-prediction.mlflow
    
  2. MLflow Username

    • Username used to authenticate with the MLflow tracking server
    rohitmtak
    
  3. MLflow Password

    • Password for authentication
    01a097a729d09de27bbe1b3cf35bb6c7e1a3e2399
    



Github

https://github.com/rohitmtak

Contact

Rohit Tak - [email protected]

student-performance-prediction's People

Contributors

rohitmtak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.