Git Product home page Git Product logo

mlproject's Introduction

End to End ML Project

Create environment: conda create -p venv python=3.9.13 -y

Activate env conda activate venv/

Add setup.py and setup.py will be responsible for ml project as a packag and deploy in python pi pi

install requirement.txt

pip install -r requirements.txt

-e . = present in requirement.txt will automatically trigger the setup.py

setup.py: The setup.py file is typically run when you want to install a Python package on your system using the pip package manager or when you want to create a distribution package for your Python project.

When you run the command pip install <package_name> in your terminal, pip looks for the package on the Python Package Index (PyPI) and downloads it to your system. The setup.py file is used to build the package and install any necessary dependencies during the installation process.

You can also use the setup.py file to create a distribution package for your Python project using the python setup.py sdist command. This command will create a source distribution package in a .tar.gz or .zip format that can be uploaded to PyPI or distributed to other users.

In summary, the setup.py file is run during the installation or distribution process of a Python package.

Components - These are modules that we are gonne use in the project

mlproject's People

Contributors

prakruthishekar avatar somashekarprakruthi avatar

Watchers

 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.