M.A.X.I.M is a software platform that connects students with academy. It provides recommendation to students about appropriate academy classes based on machine learning algorithm. Studnets and managers can use this system by Web and it was developed based on Django framework. We provide 6 functions but just 1 function was implemented which accounts for 60-70% of the whole system.
- Register Basic Academy Information
- Enroll Student
- Manage Syllabus
- Record Score
- Manage Profile
- Get Recommendation (Implemented)
- import numpy
- import pandas
- import sklearn
- import KMeans
- import MinMaxScaler
- import LabelEncoder
- Set Path of Virtual Machine
- Run Virtual Machine
- source mvenv/bin/activate
- Installation of Django
- pip install django
- Change Directory
- cd ~/rcmd/maxim
- Run
- python manage.py runserver