End TO End Project Created an enviornment ''' conda create -p venv python==3.8 ''' Installed all the necessary libraries ''' pip install -r requirements.txt '''