To install python 3.8.2 run the python_install_3.8.2 file on RHEL 8 using source python_install_3.8.2
and it will setup python3.8
Check requrirements.txt for extra installation dependecies
Also we need AWS CLI V2 program installed on host to run AWS Section of the program.You can download it from here
To manage the AWS Services like EC2 , S3 , Cloudfornt and their sub-services.
To manage , create and delete linux static partitions
To manage Logical Volume and related concepts.
To manage everything related to Docker and containerization
Implemented LinearRegression model of Machine Learning.We need to provide csv file to it and we have hardcoded that the data-set in file for now.
SO CSV FILE SHOULD HAVE ONLY TWO COLUMNS i.e. X AND Y