Coder Social home page Coder Social logo

ml_project_z44b's Introduction

ml_project

creating conda environment

conda create -p venv python==3.7 -y

to activate conda environment

conda activate venv/

pip install -r requirements.txt

to add all file in github

git add. 

or

git add <File_name>

Note : to ignore file or folder from git we can write file/folder in .gitignore file

to check git status

git status

to check all version maintain by git

git log

to create version/commit all changes by the git

git commit -m "some message"

to send version/changes to git

git push origin main

to setup CI/CD pipeline iin heroku we need 3 requirements

  1. HEROKU_EMAIL: [email protected]
  2. HEROKU_API_KEY:
  3. APP_NAME:first-ml

BUILD DOCKER IMAGE

dokcer build -t <image_name>:<tagname> .

NOTE: name of the docker image must be in lower case

to list docker image

docker images

run docker image

docker run -p 5000:5000 -e PORT=5000 <image_id>

install ipykernel

pip install ipykernel

ml_project_z44b's People

Contributors

gaurav95garg avatar gaurav95-g avatar trellixvulnteam avatar patchtester avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.