Kindly follow these steps to run the project:-
''' conda create -p venv python==3.10
conda activate venv '''
'''pip install -r requirements.txt'''
Step6: Uncomment line number 33 and 72 and comment out line no 34 in the data_ingestion.py file inside components folder inside the src folder
''' python src/pipeline/train_pipeline.py'''
Step7: After execution, kindly visit the data_ingestion.py file and this time comment out the line numbers 33 and 72 and uncomment line number 34.
''' python app.py'''
'''http://127.0.0.1:3000/'''