Explore it live at http://mlautomate-env.eba-saf64am8.us-east-1.elasticbeanstalk.com/
Explore it live at https://automatedperformance.azurewebsites.net/
Project: Automated Academic Performance Predictor
Objective: Develop a machine learning model predicting student marks using writing and reading scores, test preparation, race/ethnicity, and gender.
Key Features:
- CI/CD Integration for streamlined development and deployment.
- MLOps implementation for end-to-end automation in the ML lifecycle.
- Efficient model deployment with a focus on scalability.
- Ethical considerations in handling demographic data to prevent biases.
- Streamlined Deployment Processes on the Microsoft Azure Platform
- Documentation for transparency and collaboration.
Tools: CI/CD pipelines, MLOps practices, version control.
Clone the repository
https://github.com/rkstu/AutomatedAcademicPerformancePredictor.git
conda create -p venv python=3.8 -y
conda activate venv
pip install -r requirements.txt
python application.py