This is machine learning project
software and account requirements
''' conda create -p venv python==3.7 -y '''
''' pip install -r requirements.txt '''
To add file ''' git add. '''
Note:- To ignore file or folder from git we can write name of the file/folder in .gitignore file
To check the status ''' git status '''
To create version/commit all changes by git ''' git commit -m "messages " '''
To send version/changes to github ''' git push origin main '''
To check remote url ''' get remote -v '''
To setup CI/CD pipeline in heroku we need 3 information
- RENDER_EMAIL = sandeepkeshri2909py@gmail.com
- RENDER_API_KEY = 59719cba-6680-4840-8490-dbed05586951
- RENDER_APP_NAME = ml-regression-app