mobile price prediction using AWS Sagemaker & s3 To Run The Project :-
Install CLI ,
Create a IAM user with the Admistrative access ,
Get the access key,
Create a S3 buket to store the objects,
Open cmd and run commands for geting access :-
1)aws configure 2)paste the both the keys and done
Now Create new Env and install the reqiurements:-
open cmd :-
1)activate the conda in cmd using "C:\Users\HP\anaconda3\Scripts\activate.bat" (in my case i used this to activate the conda)
2)conda create -p myenv python=3.8
3)conda activate myenv/
4)pip install -r requirement.txt