/machine_learning_project-

This is machine learning project

Primary LanguagePythonApache License 2.0Apache-2.0

This is machine learning project

software and account requirements

  1. Github Account
  2. Heroku Account
  3. VS Code IDE
  4. GIT cli
  5. GIT Documentation

''' 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

  1. RENDER_EMAIL = sandeepkeshri2909py@gmail.com
  2. RENDER_API_KEY = 59719cba-6680-4840-8490-dbed05586951
  3. RENDER_APP_NAME = ml-regression-app